clarified the information about getting Debian packages from weasel
Geoff Goodell

Geoff Goodell commited on 2005-04-08 07:06:36
Zeige 1 geänderte Dateien mit 36 Einfügungen und 14 Löschungen.

... ...
@@ -100,22 +100,44 @@ on fetching Tor from CVS.
100 100
 Old releases are <a href="dist/obsolete/">here</a>.
101 101
 </p>
102 102
 
103
-<p><b>Debian packages</b> have been uploaded to unstable,
104
-so you can just <code>apt-get install tor</code> if you are running sid.<br />
105
-For stable (woody) or testing add these lines to your
106
-<code>/etc/apt/sources.list</code> file:
107
-</p>
103
+<hr>
108 104
 
109
-<p>
110
-<code>deb http://mirror.noreply.org/pub/tor stable main<br />
111
-deb-src http://mirror.noreply.org/pub/tor stable main</code>
112
-</p>
105
+<p><b>Debian packages</b> have been uploaded to the set of official unstable
106
+Debian packages.  If you are running stable (woody) or testing (sarge), you
107
+must first add these lines to <code>/etc/apt/sources.list</code>:</p>
113 108
 
114
-<p>
115
-and then run <code>apt-get update; apt-get install tor</code>.
116
-Packages for architectures other than i386 can be added on <a
117
-href="mailto:weasel@debian.org">demand</a>.
118
-</p>
109
+<p><code>
110
+deb http://mirror.noreply.org/pub/tor stable main<br>
111
+deb-src http://mirror.noreply.org/pub/tor stable main
112
+</code></p>
113
+
114
+<p>To install the packages, issue the following commands:</p>
115
+
116
+<p><code>
117
+$ apt-get install update<br>
118
+$ apt-get install tor
119
+</code></p>
120
+
121
+<p>Packages for the <b>development</b> version of Tor are available as well.  To install these,
122
+add the following lines to <code>/etc/apt/sources.list</code>:</p>
123
+
124
+<p><code>
125
+deb http://mirror.noreply.org/pub/tor experimental main<br>
126
+deb-src http://mirror.noreply.org/pub/tor experimental main
127
+</code></p>
128
+
129
+<p>Then issue the following commands:</p>
130
+
131
+<p><code>
132
+$ apt-get install update<br>
133
+$ apt-get install -t experimental tor
134
+</code></p>
135
+
136
+<p>Packages
137
+for architectures other than i386 can be added on <a
138
+href="mailto:weasel@debian.org">demand</a>.</p>
139
+
140
+<hr>
119 141
 
120 142
 <p><b>FreeBSD</b>: <tt>portinstall -s security/tor</tt></p>
121 143
 
122 144