X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Frepositories.html;h=02c7941ffd5dadf3f07596b7aa7953d093972e1c;hb=207078dd575fa94e3f0c7c0ab7bb2661ddabcd62;hp=c5cf1f3e6d23c2ccd92310292096d3adb640c205;hpb=8831dbe721743b33d90eb468195a52328d05d09f;p=i3%2Fi3.github.io diff --git a/docs/repositories.html b/docs/repositories.html index c5cf1f3..02c7941 100644 --- a/docs/repositories.html +++ b/docs/repositories.html @@ -2,15 +2,15 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - + - + i3: Debian and Ubuntu repositories @@ -22,8 +22,9 @@ window.onload = function(){asciidoc.footnotes();}
@@ -31,18 +32,17 @@ window.onload = function(){asciidoc.footnotes();}

Debian and Ubuntu repositories

Michael Stapelberg
<michael@i3wm.org>
-July 2013 +September 2016

1. When should you use our repositories?

In general, you should use the repositories of your distribution. Adding third-party repositories to your /etc/sources.list has security implications -and makes your apt-get update take longer. However, in some cases, using our -repositories makes sense:

+and makes your apt-get update take longer.

-You are using Debian stable +If you are using Debian stable

@@ -56,7 +56,7 @@ You are using Debian stable

-You are using Ubuntu +If you are using Ubuntu

@@ -66,7 +66,7 @@ You are using Ubuntu

-You want the latest i3 development version +If you want the latest i3 development version

@@ -87,14 +87,15 @@ You want the latest i3 development version release of i3. To use it, run the following commands:

-
# echo "deb http://debian.sur5r.net/i3/ $(lsb_release -c -s) universe" >> /etc/apt/sources.list
-# apt-get update
-# apt-get --allow-unauthenticated install sur5r-keyring
-# apt-get update
-# apt-get install i3
+
$ /usr/lib/apt/apt-helper download-file http://debian.sur5r.net/i3/pool/main/s/sur5r-keyring/sur5r-keyring_2018.01.30_all.deb keyring.deb SHA256:baa43dbbd7232ea2b5444cae238d53bebb9d34601cc000e82f11111b1889078a
+# dpkg -i ./keyring.deb
+# echo "deb http://debian.sur5r.net/i3/ $(grep '^DISTRIB_CODENAME=' /etc/lsb-release | cut -f2 -d=) universe" >> /etc/apt/sources.list.d/sur5r-i3.list
+# apt update
+# apt install i3
-

The following Ubuntu versions are currently available: oneiric, precise, quantal, -raring, saucy, trusty.

+

All Ubuntu versions which are currently supported by Ubuntu itself are also supported by +this repository. See Ubuntu releases for details.

+

Packages for unsupported Ubuntu versions might exist but may disappear any time.

2.2. Development releases

@@ -102,14 +103,14 @@ raring, saucy, trusty.

minutes after every commit. To use it, run the following commands:

-
# echo 'deb http://build.i3wm.org/ubuntu/raring raring main' >> /etc/apt/sources.list
-# apt-get update
-# apt-get --allow-unauthenticated install i3-autobuild-keyring
-# apt-get update
-# apt-get install i3
+
$ /usr/lib/apt/apt-helper download-file http://dl.bintray.com/i3/i3-autobuild-ubuntu/pool/main/i/i3-autobuild-keyring/i3-autobuild-keyring_2016.10.01_all.deb keyring.deb SHA256:460e8c7f67a6ae7c3996cc8a5915548fe2fee9637b1653353ec62b954978d844
+# apt install ./keyring.deb
+# echo 'deb http://dl.bintray.com/i3/i3-autobuild-ubuntu xenial main' > /etc/apt/sources.list.d/i3-autobuild.list
+# apt update
+# apt install i3

Development versions are only available for the latest version of Ubuntu, which -is raring at the moment.

+is xenial at the moment.

@@ -120,11 +121,11 @@ is raring at the moment.

minutes after every commit. To use it, run the following commands:

-
# echo 'deb http://build.i3wm.org/debian/sid sid main' > /etc/apt/sources.list.d/i3-autobuild.list
-# apt-get update
-# apt-get --allow-unauthenticated install i3-autobuild-keyring
-# apt-get update
-# apt-get install i3
+
$ /usr/lib/apt/apt-helper download-file http://dl.bintray.com/i3/i3-autobuild/pool/main/i/i3-autobuild-keyring/i3-autobuild-keyring_2016.10.01_all.deb keyring.deb SHA256:460e8c7f67a6ae7c3996cc8a5915548fe2fee9637b1653353ec62b954978d844
+# apt install ./keyring.deb
+# echo 'deb http://dl.bintray.com/i3/i3-autobuild sid main' > /etc/apt/sources.list.d/i3-autobuild.list
+# apt update
+# apt install i3
@@ -140,7 +141,7 @@ your distribution, create the file
Package: i3*
-Pin: origin "build.i3wm.org"
+Pin: origin "dl.bintray.com"
 Pin-Priority: 1001

Then, run apt-get update and install i3.