Roger Dingledine commited on 2005-06-29 23:16:34
Zeige 1 geänderte Dateien mit 1 Einfügungen und 65 Löschungen.
... | ... |
@@ -100,71 +100,7 @@ Old releases are <a href="dist/obsolete/">here</a>. |
100 | 100 |
|
101 | 101 |
<hr /> |
102 | 102 |
|
103 |
-<p><b>Debian packages</b> have been uploaded to the set of official unstable |
|
104 |
-(sid) and testing (etch) <a href="http://packages.debian.org/tor">Debian packages</a>. |
|
105 |
-If you are running stable (sarge) or oldstable (woody), you must first add |
|
106 |
-these lines to <code>/etc/apt/sources.list</code>:</p> |
|
107 |
- |
|
108 |
-<ul> |
|
109 |
-<li><p>for sarge (stable):</p> |
|
110 |
-<p><code> |
|
111 |
-deb http://mirror.noreply.org/pub/tor sarge main<br /> |
|
112 |
-deb-src http://mirror.noreply.org/pub/tor sarge main |
|
113 |
-</code></p></li> |
|
114 |
-<li><p>or for woody (oldstable):</p> |
|
115 |
-<p><code> |
|
116 |
-deb http://mirror.noreply.org/pub/tor woody main<br /> |
|
117 |
-deb-src http://mirror.noreply.org/pub/tor woody main |
|
118 |
-</code></p></li> |
|
119 |
-</ul> |
|
120 |
- |
|
121 |
-<p>To install the packages, issue the following commands:</p> |
|
122 |
- |
|
123 |
-<p><code> |
|
124 |
-$ apt-get update<br /> |
|
125 |
-$ apt-get install tor |
|
126 |
-</code></p> |
|
127 |
- |
|
128 |
-<p>Packages for the <b>development</b> version of Tor are available as well. To install these, |
|
129 |
-add the following lines to <code>/etc/apt/sources.list</code>:</p> |
|
130 |
- |
|
131 |
-<ul> |
|
132 |
-<li><p>For sid use</p> |
|
133 |
-<p><code> |
|
134 |
-deb http://mirror.noreply.org/pub/tor experimental main<br /> |
|
135 |
-deb-src http://mirror.noreply.org/pub/tor experimental main |
|
136 |
-</code></p></li> |
|
137 |
-<li><p>or for sarge (stable) there is</p> |
|
138 |
-<p><code> |
|
139 |
-deb http://mirror.noreply.org/pub/tor experimental-sarge main<br /> |
|
140 |
-deb-src http://mirror.noreply.org/pub/tor experimental-sarge main |
|
141 |
-</code></p></li> |
|
142 |
-<li><p>and in case you still run woody (oldstable) add those two lines:</p> |
|
143 |
-<p><code> |
|
144 |
-deb http://mirror.noreply.org/pub/tor experimental-woody main<br /> |
|
145 |
-deb-src http://mirror.noreply.org/pub/tor experimental-woody main |
|
146 |
-</code></p></li> |
|
147 |
-</ul> |
|
148 |
- |
|
149 |
-<p>Then issue the following commands:</p> |
|
150 |
- |
|
151 |
-<p><code> |
|
152 |
-$ apt-get update<br /> |
|
153 |
-$ apt-get install -t experimental tor |
|
154 |
-</code></p> |
|
155 |
-<p>or just</p> |
|
156 |
-<p><code> |
|
157 |
-$ apt-get update<br /> |
|
158 |
-$ apt-get install tor |
|
159 |
-</code></p> |
|
160 |
-<p>depending on which of those lines you added.</p> |
|
161 |
- |
|
162 |
-<p>Packages for architectures other than i386 can be built from the sources |
|
163 |
-above quite easily. Pester <a href="mailto:weasel@debian.org">weasel</a> if he |
|
164 |
-hasn't documented it yet.</p> |
|
165 |
-<p> |
|
166 |
-A guide to chrooting is available <a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorInChroot">in the Wiki</a>. </p> |
|
167 |
-<hr /> |
|
103 |
+<p><b>Debian packages</b>: <tt>apt-get install tor</tt> (<a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorOnDebian">guide for Sarge and experimental Tor versions</a>) |
|
168 | 104 |
|
169 | 105 |
<p><b>FreeBSD</b>: <tt>portinstall -s security/tor</tt> |
170 | 106 |
</p> |
171 | 107 |