...
|
...
|
@@ -4,27 +4,27 @@
|
4
|
4
|
|
5
|
5
|
#include "head.wmi" TITLE="Tor: Download for Linux/Unix" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
|
6
|
6
|
|
7
|
|
-<div class="main-column">
|
8
|
|
-
|
9
|
|
-<h2>Available Linux/Unix Packages</h2>
|
10
|
|
-<div class="warning">
|
11
|
|
-
|
12
|
|
-Warning: Want Tor to really work? ...then please don't just install it
|
13
|
|
-and go on. You need to change some of your habits, and reconfigure your
|
14
|
|
-software! Tor by itself is NOT all you need to maintain your anonymity.
|
15
|
|
-Please take time to read the <a href="#Warning">warning</a> to familiarize yourself with the pitfalls and limits of Tor.
|
16
|
|
-</div>
|
17
|
|
-
|
18
|
|
-<div class="underline"></div>
|
19
|
|
-
|
20
|
|
-<table cellpadding="6" cellspacing="1" border="0" width="100%">
|
|
7
|
+ <div id="content" class="clearfix">
|
|
8
|
+ <div id="breadcrumbs"><a href="<page index>">Home » </a><a href="<page download/download-unix>">Download</a></div>
|
|
9
|
+ <div id="maincol-left">
|
|
10
|
+ <h1>Download Tor for Unix, Linux, BSD</h1>
|
|
11
|
+
|
|
12
|
+ <!-- BEGIN TEASER WARNING -->
|
|
13
|
+ <div class="warning">
|
|
14
|
+ <h2>Want Tor to really work?</h2>
|
|
15
|
+<p>...then please don't just install it and go on. You need to change some of your habits, and reconfigure your software! Tor by itself is <em>NOT</em> all you need to maintain your anonymity. Read the <a href="#warning">full list of warnings</a>.
|
|
16
|
+</p>
|
|
17
|
+ </div>
|
|
18
|
+ <!-- END TEASER WARNING -->
|
|
19
|
+ <table class="topforty">
|
21
|
20
|
<thead>
|
22
|
21
|
<tr bgcolor="#009933" style="color: white; ">
|
23
|
|
-<th colspan="2">Platform</th>
|
24
|
|
-<th>Download Stable</th>
|
25
|
|
-<th>Download Unstable</th>
|
26
|
|
-<th>Installation and Configuration</th>
|
27
|
|
-</tr> </thead>
|
|
22
|
+ <th colspan="2">Platform</th>
|
|
23
|
+ <th>Download Stable</th>
|
|
24
|
+ <th>Download Unstable</th>
|
|
25
|
+ <th>Installation and Configuration</th>
|
|
26
|
+</tr>
|
|
27
|
+</thead>
|
28
|
28
|
|
29
|
29
|
<tr>
|
30
|
30
|
<td align="center"><img src="images/distros/debian.png" alt="Debian" /> <img src="images/distros/ubuntu.png" alt="Ubuntu" /> <img src="images/distros/knoppix.png" alt="Knoppix" /></td>
|
...
|
...
|
@@ -33,7 +33,7 @@ Please take time to read the <a href="#Warning">warning</a> to familiarize yours
|
33
|
33
|
<td> <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a> </td>
|
34
|
34
|
</tr>
|
35
|
35
|
|
36
|
|
-<tr bgcolor="e5e5e5">
|
|
36
|
+<tr class="beige">
|
37
|
37
|
<td align="center"><img src="images/distros/centos.png" alt="CentOS" /> <img src="images/distros/fedora.png" alt="Fedora" /> <img src="images/distros/suse.png" alt="openSUSE 11" /></td>
|
38
|
38
|
<td>CentOS, Fedora, OpenSUSE</td>
|
39
|
39
|
<td colspan="2"><a href="<page docs/rpms>">repository packages</a> </td>
|
...
|
...
|
@@ -49,7 +49,7 @@ Please take time to read the <a href="#Warning">warning</a> to familiarize yours
|
49
|
49
|
</td>
|
50
|
50
|
</tr>
|
51
|
51
|
|
52
|
|
-<tr bgcolor="e5e5e5">
|
|
52
|
+<tr class="beige">
|
53
|
53
|
<td align="center"><img src="images/distros/freebsd.png" alt="FreeBSD" /></td>
|
54
|
54
|
<td>FreeBSD</td>
|
55
|
55
|
<td colspan="2"><kbd>portinstall -s security/tor</kbd></td>
|
...
|
...
|
@@ -62,18 +62,18 @@ Please take time to read the <a href="#Warning">warning</a> to familiarize yours
|
62
|
62
|
<td colspan="2"><kbd>cd /usr/ports/net/tor && make && make install</kbd></td>
|
63
|
63
|
<td>
|
64
|
64
|
<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br />
|
65
|
|
-<a href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/OpenbsdChrootedTor">Guide to chrooting Tor in OpenBSD</a>
|
|
65
|
+<a href="<wiki>/TheOnionRouter/OpenbsdChrootedTor">Guide to chrooting Tor in OpenBSD</a>
|
66
|
66
|
</td>
|
67
|
67
|
</tr>
|
68
|
68
|
|
69
|
|
-<tr bgcolor="e5e5e5">
|
|
69
|
+<tr class="beige">
|
70
|
70
|
<td align="center"><img src="images/distros/netbsd.png" alt="NetBSD" /></td>
|
71
|
71
|
<td>NetBSD</td>
|
72
|
72
|
<td colspan="2"><kbd>cd /usr/pkgsrc/net/tor && make install</kbd></td>
|
73
|
73
|
<td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a></td>
|
74
|
74
|
</tr>
|
75
|
75
|
|
76
|
|
-<tr bgcolor="e5e5e5">
|
|
76
|
+<tr class="beige">
|
77
|
77
|
<td align="center"><img src="images/distros/terminal.png" alt="Source code" /></td>
|
78
|
78
|
<td>Source tarballs</td>
|
79
|
79
|
<td>
|
...
|
...
|
@@ -89,7 +89,6 @@ Please take time to read the <a href="#Warning">warning</a> to familiarize yours
|
89
|
89
|
|
90
|
90
|
</table>
|
91
|
91
|
|
92
|
|
-<div class="underline"></div>
|
93
|
92
|
<div class="nb">
|
94
|
93
|
<a id="packagediff"></a>
|
95
|
94
|
<h2><a class="anchor" href="#packagediff">What's the difference between Stable & Unstable?</a></h2>
|
...
|
...
|
@@ -140,106 +139,12 @@ the list's RSS feed</a>.
|
140
|
139
|
</form>
|
141
|
140
|
</div>
|
142
|
141
|
|
143
|
|
-<div class="underline"></div>
|
144
|
|
-<div class="warning">
|
145
|
|
-<a id="Warning"></a>
|
146
|
|
-<h2><a class="anchor" href="#Warning">Warning: Want Tor to really
|
147
|
|
-work?</a></h2>
|
148
|
|
-
|
149
|
|
-<p>
|
150
|
|
-...then please don't just install it and go on. You need to change
|
151
|
|
-some of your habits, and reconfigure your software!
|
152
|
|
-Tor by itself is <em>NOT</em> all you need to maintain your anonymity.
|
153
|
|
-There are several major pitfalls to watch out for:
|
154
|
|
-</p>
|
155
|
|
-
|
156
|
|
-<ol>
|
157
|
|
-<li>
|
158
|
|
-Tor only protects Internet applications that are configured to
|
159
|
|
-send their traffic through Tor — it doesn't magically anonymize
|
160
|
|
-all your traffic just because you install it. We recommend you
|
161
|
|
-use <a href="http://www.mozilla.com/en-US/firefox/all-older.html">Firefox</a> with the <a
|
162
|
|
-href="https://addons.mozilla.org/firefox/2275/">Torbutton</a> extension.
|
163
|
|
-</li>
|
164
|
|
-
|
165
|
|
-<li>
|
166
|
|
-Browser plugins such as Java, Flash, ActiveX, RealPlayer,
|
167
|
|
-Quicktime, Adobe's PDF plugin, and others can be manipulated
|
168
|
|
-into revealing your IP address. You should probably
|
169
|
|
-<a href="http://plugindoc.mozdev.org/faqs/uninstall.html">uninstall your
|
170
|
|
-plugins</a>
|
171
|
|
-(go to "about:plugins" to see what is installed), or investigate <a
|
172
|
|
-href="https://addons.mozilla.org/firefox/1237/">QuickJava</a>, <a
|
173
|
|
-href="https://addons.mozilla.org/firefox/433/">FlashBlock</a>, and
|
174
|
|
-<a href="http://noscript.net/">NoScript</a>
|
175
|
|
-if you really need them. Consider removing extensions that look up
|
176
|
|
-more information about the websites you type in (like Google toolbar),
|
177
|
|
-as they may bypass Tor and/or broadcast sensitive information. Some
|
178
|
|
-people prefer using two browsers (one for Tor, one for unsafe browsing).
|
179
|
|
-</li>
|
180
|
|
-
|
181
|
|
-<li>
|
182
|
|
-Beware of cookies: if you ever browse without Tor
|
183
|
|
-and a site gives you a cookie, that cookie could identify you even when
|
184
|
|
-you start using Tor again. You should clear your cookies frequently. <a
|
185
|
|
-href="https://addons.mozilla.org/firefox/82/">CookieCuller</a> can help
|
186
|
|
-protect any cookies you do not want to lose.
|
187
|
|
-</li>
|
188
|
|
-
|
189
|
|
-<li>
|
190
|
|
-Tor anonymizes the origin of your traffic,
|
191
|
|
-and it encrypts everything inside the Tor network, but <a
|
192
|
|
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#ExitEavesdroppers">it
|
193
|
|
-can't encrypt your traffic between the Tor network and its final
|
194
|
|
-destination.</a>
|
195
|
|
-If you are communicating sensitive information, you should use as much
|
196
|
|
-care as you would on the normal scary Internet — use HTTPS or other
|
197
|
|
-end-to-end encryption and authentication.
|
198
|
|
-</li>
|
199
|
|
-
|
200
|
|
-<li>
|
201
|
|
-While Tor blocks attackers
|
202
|
|
-on your local network from discovering or influencing your destination,
|
203
|
|
-it opens new risks: malicious or misconfigured Tor exit nodes can send
|
204
|
|
-you the wrong page, or even send you embedded Java applets disguised as
|
205
|
|
-domains you trust.
|
206
|
|
-</li>
|
207
|
|
-</ol>
|
208
|
|
-
|
209
|
|
-<br />
|
210
|
|
-<p>
|
211
|
|
-Be smart and learn more. Understand what Tor does and does not offer.
|
212
|
|
-This list of pitfalls isn't complete, and we need your
|
213
|
|
-help <a href="<page getinvolved/volunteer>#Documentation">identifying and documenting
|
214
|
|
-all the issues</a>.
|
215
|
|
-</p>
|
216
|
|
-</div>
|
217
|
|
-
|
218
|
|
-<div class="underline"></div>
|
219
|
|
-<div class="nb">
|
220
|
|
-<p>
|
221
|
|
-See our <a href="<page docs/verifying-signatures>">instructions
|
222
|
|
-on verifying package signatures</a>, which allows
|
223
|
|
-you to make sure you've downloaded the file we intended you to get.
|
224
|
|
-</p>
|
225
|
|
-
|
226
|
142
|
<p>
|
227
|
143
|
If you would like to research any past release of Tor source, packages,
|
228
|
144
|
or other binaries, see <a href="http://archive.torproject.org/">the
|
229
|
145
|
archive</a>.
|
230
|
146
|
</p>
|
231
|
147
|
|
232
|
|
-<p>
|
233
|
|
-See the <a href="<page docs/documentation>#Developers">developer
|
234
|
|
-documentation</a> for instructions on fetching Tor from Git to get
|
235
|
|
-the very latest development version source code.
|
236
|
|
-You can also download the <a
|
237
|
|
-href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo source</a> or <a
|
238
|
|
-href="vidalia/dist/">Vidalia source</a>.
|
239
|
|
-</p>
|
240
|
|
-</div>
|
241
|
|
-
|
242
|
|
-<div class="underline"></div>
|
243
|
148
|
<div class="nb">
|
244
|
149
|
<p>
|
245
|
150
|
If you have trouble downloading Tor from this site, here is a <a
|
...
|
...
|
@@ -256,6 +161,36 @@ changes in both stable and development versions, see the
|
256
|
161
|
<a href="<gitblob>ChangeLog">ChangeLog</a>.
|
257
|
162
|
</p>
|
258
|
163
|
</div>
|
259
|
|
-</div><!-- #main -->
|
|
164
|
+ </div>
|
|
165
|
+ <!-- END MAINCOL -->
|
|
166
|
+ <div id="sidecol-right">
|
|
167
|
+ <div class="img-shadow">
|
|
168
|
+ <div class="infoblock">
|
|
169
|
+ <h2>Verify Signatures</h2>
|
|
170
|
+ <p>Verify your downloads with our PGP signatures:</p>
|
|
171
|
+ <a href="<page docs/verifying-signatures>">Read how to
|
|
172
|
+verify the signatures</a>.
|
|
173
|
+ </div>
|
|
174
|
+ </div>
|
|
175
|
+ <!-- END INFOBLOCK -->
|
|
176
|
+ <div class="img-shadow">
|
|
177
|
+ <div class="sidenav-sub">
|
|
178
|
+ <h2>Having Trouble?</h2>
|
|
179
|
+ <ul>
|
|
180
|
+ <li class="dropdown"><a href="#">What are the differences between stable and unstable downloads?</a></li>
|
|
181
|
+ <li class="dropdown"><a href="#">Why is the TorBrowser Bundle only available for Windows?</a></li>
|
|
182
|
+ <li class="dropdown"><a href="#">What is the Expert Developer Package?</a></li>
|
|
183
|
+ <li class="dropdown"><a href="#">What are the differences between stable and unstable downloads?</a></li>
|
|
184
|
+ <li class="dropdown"><a href="#">Why is the TorBrowser Bundle only available for Windows?</a></li>
|
|
185
|
+ <li class="dropdown"><a href="#">What is the Expert Developer Package?</a></li>
|
|
186
|
+ </ul>
|
|
187
|
+ </div>
|
|
188
|
+ </div>
|
|
189
|
+ <!-- END SIDENAV -->
|
|
190
|
+ </div>
|
|
191
|
+ <!-- END SIDECOL -->
|
|
192
|
+ </div>
|
|
193
|
+ <!-- END CONTENT -->
|
|
194
|
+
|
260
|
195
|
|
261
|
196
|
#include <foot.wmi>
|