Peter Palfrader commited on 2011-02-26 12:26:12
Zeige 1 geänderte Dateien mit 10 Einfügungen und 9 Löschungen.
... | ... |
@@ -51,16 +51,17 @@ fixes. |
51 | 51 |
<p> |
52 | 52 |
You'll need to set up our package repository before you can fetch |
53 | 53 |
Tor. First, you need to figure out the name of your distribution. A |
54 |
-quick command to run is <tt>lsb_release -c</tt>. Here's a quick mapping: |
|
54 |
+quick command to run is <tt>lsb_release -c</tt> or <tt>cat /etc/debian_version</tt>. |
|
55 |
+Here's a quick mapping: |
|
55 | 56 |
<ul> |
57 |
+<li> Debian unstable (sid) is "sid"</li> |
|
58 |
+<li> Debian 6.0 (squeeze) is "squeeze"</li> |
|
59 |
+<li> Debian 5.0 (lenny) is "lenny"</li> |
|
56 | 60 |
<li> Ubuntu 10.10 is "maverick"</li> |
57 | 61 |
<li> Ubuntu 10.04 or Trisquel 4.0 is "lucid"</li> |
58 | 62 |
<li> Ubuntu 9.10 or Trisquel 3.5 is "karmic"</li> |
59 |
-<li> Ubuntu 9.04 is "jaunty"</li> |
|
60 |
-<li> Ubuntu 8.10 is "intrepid"</li> |
|
61 | 63 |
<li> Ubuntu 8.04 is "hardy"</li> |
62 |
-<li> Debian Etch is "etch"</li> |
|
63 |
-<li> Debian Lenny is "lenny"</li> |
|
64 |
+<li> Ubuntu 6.06 is "dapper"</li> |
|
64 | 65 |
</ul> |
65 | 66 |
|
66 | 67 |
Then add this line to your |
... | ... |
@@ -69,8 +70,8 @@ file:<br /> |
69 | 70 |
<pre> |
70 | 71 |
deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main |
71 | 72 |
</pre> |
72 |
-where you put the codename of your distribution (i.e. etch, lenny, sid, |
|
73 |
-maverick, lucid, karmic, jaunty, intrepid, hardy or whatever it is) |
|
73 |
+where you put the codename of your distribution (i.e. lenny, sid, |
|
74 |
+maverick or whatever it is) |
|
74 | 75 |
in place of <DISTRIBUTION>. |
75 | 76 |
</p> |
76 | 77 |
|
... | ... |
@@ -119,8 +120,8 @@ to your <tt>/etc/apt/sources.list</tt> file:<br /> |
119 | 120 |
deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main |
120 | 121 |
deb http://deb.torproject.org/torproject.org experimental-<DISTRIBUTION> main |
121 | 122 |
</pre> |
122 |
-where you again substitute the name of your distro (etch, lenny, |
|
123 |
-sid, maverick, lucid, karmic, jaunty, intrepid, hardy) in place of |
|
123 |
+where you again substitute the name of your distro (lenny, |
|
124 |
+sid, maverick, ...) in place of |
|
124 | 125 |
<DISTRIBUTION>. |
125 | 126 |
</p> |
126 | 127 |
|
127 | 128 |