X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Frepositories.html;h=af4c8fc9c8a885cdb56c6f83671e45f8a285b7c8;hb=5f8114c4a6b86f2260a5ddf4efdf45e93914e599;hp=8f52e811d05a7650d6e3a137420a2d8d2742a740;hpb=bfaf988dedf370997adccf002ab77a7385d9b9d0;p=i3%2Fi3.github.io diff --git a/docs/repositories.html b/docs/repositories.html index 8f52e81..af4c8fc 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>
-August 2012 +November 2015

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

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

-You are using Ubuntu +If you are using Ubuntu

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

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

@@ -90,8 +93,9 @@ 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.

+

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

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

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

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

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

+is trusty at the moment.