X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Frepositories.html;h=0acfb258d0a835f9ba40860bac172520c41bd642;hb=1a333bcaec612b0751a50e0036afaff417d455e6;hp=0d22189d104d2dc61babf9ddcd331548b0828146;hpb=2644eaf3d9949d4f0ee0a9d3961bcdb3402247da;p=i3%2Fi3.github.io diff --git a/docs/repositories.html b/docs/repositories.html index 0d22189..0acfb25 100644 --- a/docs/repositories.html +++ b/docs/repositories.html @@ -4,13 +4,13 @@ - + i3: Debian and Ubuntu repositories @@ -31,7 +31,7 @@ window.onload = function(){asciidoc.footnotes();}

Debian and Ubuntu repositories

Michael Stapelberg
<michael@i3wm.org>
-August 2012 +July 2013

1. When should you use our repositories?

@@ -50,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).

@@ -90,8 +93,8 @@ release of i3. To use it, run the following commands:

# apt-get update # apt-get install i3 -

The following Ubuntu versions are currently available: maverick, natty, oneiric, -precise, quantal.

+

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

2.2. Development releases

@@ -99,14 +102,14 @@ precise, quantal.

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

-
# echo 'deb http://build.i3wm.org/ubuntu/precise precise main' >> /etc/apt/sources.list
+
# 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

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

+is raring at the moment.