X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Frepositories.html;h=2edeb6646b99ce4e40a80295dc26923788e1c7ec;hb=2c2cf677e2fb4c414b25fafe4f9a4afbd04ed0ed;hp=7cab062e60b6aea08603ea0ac86842a3a211d279;hpb=e33fa857324b6e1c88377b2269fa5b38d1dc1449;p=i3%2Fi3.github.io diff --git a/docs/repositories.html b/docs/repositories.html index 7cab062..2edeb66 100644 --- a/docs/repositories.html +++ b/docs/repositories.html @@ -2,14 +2,15 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> + - + i3: Debian and Ubuntu repositories @@ -29,8 +30,8 @@ window.onload = function(){asciidoc.footnotes();}

1. When should you use our repositories?

@@ -49,6 +50,9 @@ You are using Debian stable in Debian stable can be old, however (we cannot update it after stable has been released). The best way is to add Debian testing and tell apt to prefer Debian stable. You should not use our repository. + Alternatively, you can also use + stable-backports (e.g. wheezy-backports for + Debian wheezy).

@@ -66,8 +70,9 @@ You want the latest i3 development version

- If you are using Debian (Debian-derived systems might work, too) and want - the latest development version of i3, you should use our Debian repository. + If you are using Debian (Debian-derived systems might work, too) or Ubuntu + and want the latest development version of i3, you should use our Debian + repository.

@@ -76,15 +81,36 @@ You want the latest i3 development version

2. Ubuntu repository

-

The Ubuntu repository is provided by sur5r and contains the latest stable release -of i3. To use it, run the following commands:

+
+

2.1. Stable releases

+

This Ubuntu repository is provided by sur5r and contains the latest stable +release of i3. To use it, run the following commands:

-
# echo 'deb http://debian.sur5r.net/i3/ natty universe' >> /etc/apt/sources.list
+
# 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
+
+

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

+
+
+

2.2. Development releases

+

This Ubuntu repository contains packages which are automatically built a few +minutes after every commit. To use it, run the following commands:

+
+
+
# echo 'deb http://build.i3wm.org/ubuntu/trusty trusty main' >> /etc/apt/sources.list
+# apt-get update
+# apt-get --allow-unauthenticated install i3-autobuild-keyring
 # apt-get update
 # apt-get install i3
-

The following Ubuntu versions are currently available: lucid, maverick, natty.

+

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

+
@@ -94,20 +120,30 @@ of i3. To use it, run the following commands:

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

-
# echo 'deb http://build.i3wm.org/debian/i3-wm sid main' >> /etc/apt/sources.list
+
# echo 'deb http://build.i3wm.org/debian/sid sid main' > /etc/apt/sources.list.d/i3-autobuild.list
 # apt-get update
-# apt-get install i3-wm
+# apt-get --allow-unauthenticated install i3-autobuild-keyring +# apt-get update +# apt-get install i3
+ + +
+

4. Preferring the autobuilder version of i3

+
+

On installations where you have multiple sources (stable and testing, or +testing and unstable for example), apt-get install i3 might not get you the +autobuilder version.

To ensure that the autobuilt i3 packages will be preferred to the packages of -your distribution, put the following entry at the beginning of your -/etc/apt/preferences:

+your distribution, create the file +/etc/apt/preferences.d/00-i3-autobuild.pref with the following contents:

-
Package: *
+
Package: i3*
 Pin: origin "build.i3wm.org"
 Pin-Priority: 1001
-

Then, install i3-wm.

+

Then, run apt-get update and install i3.