mirror of
https://github.com/torproject/webwml.git
synced 2025-02-09 03:39:15 +00:00
184 lines
6.3 KiB
Plaintext
184 lines
6.3 KiB
Plaintext
## translation metadata
|
|
# Revision: $Revision$
|
|
# Translation-Priority: 3-low
|
|
|
|
#include "head.wmi" TITLE="Tor: Download for Linux/Unix" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
|
|
|
|
<div id="content" class="clearfix">
|
|
<div id="breadcrumbs"><a href="<page index>">Home » </a><a href="<page download/download-unix>">Download</a></div>
|
|
<div id="maincol-left">
|
|
<h1>Download Tor for Unix, Linux, BSD</h1>
|
|
|
|
<!-- BEGIN TEASER WARNING -->
|
|
<div class="warning">
|
|
<h2>Want Tor to really work?</h2>
|
|
<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>.
|
|
</p>
|
|
</div>
|
|
<!-- END TEASER WARNING -->
|
|
<table class="topforty">
|
|
<thead>
|
|
<tr bgcolor="#009933" style="color: white; ">
|
|
<th colspan="2">Platform</th>
|
|
<th>Download Stable</th>
|
|
<th>Download Unstable</th>
|
|
<th>Installation and Configuration</th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<tr>
|
|
<td align="center"><img src="$(IMGROOT)/distros/debian.png" alt="Debian"> <img src="$(IMGROOT)/distros/ubuntu.png" alt="Ubuntu"> <img src="$(IMGROOT)/distros/knoppix.png" alt="Knoppix"></td>
|
|
<td>Debian, Ubuntu, Knoppix</td>
|
|
<td colspan="2"><a href="<page docs/debian>">repository packages</a> </td>
|
|
<td> <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a> </td>
|
|
</tr>
|
|
|
|
<tr class="beige">
|
|
<td align="center"><img src="$(IMGROOT)/distros/centos.png" alt="CentOS"> <img src="$(IMGROOT)/distros/fedora.png" alt="Fedora"> <img src="$(IMGROOT)/distros/suse.png" alt="openSUSE 11"></td>
|
|
<td>CentOS, Fedora, OpenSUSE</td>
|
|
<td colspan="2"><a href="<page docs/rpms>">repository packages</a> </td>
|
|
<td> <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="center"><img src="$(IMGROOT)/distros/gentoo.png" alt="Gentoo Linux"></td>
|
|
<td>Gentoo Linux</td>
|
|
<td colspan="2"><kbd>emerge tor</kbd></td>
|
|
<td>
|
|
<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr class="beige">
|
|
<td align="center"><img src="$(IMGROOT)/distros/freebsd.png" alt="FreeBSD"></td>
|
|
<td>FreeBSD</td>
|
|
<td colspan="2"><kbd>portinstall -s security/tor</kbd></td>
|
|
<td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="center"><img src="$(IMGROOT)/distros/openbsd.png" alt="OpenBSD"></td>
|
|
<td>OpenBSD</td>
|
|
<td colspan="2"><kbd>cd /usr/ports/net/tor && make && make install</kbd></td>
|
|
<td>
|
|
<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br>
|
|
<a href="<wiki>doc/OpenbsdChrootedTor">Guide to chrooting Tor in OpenBSD</a>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr class="beige">
|
|
<td align="center"><img src="$(IMGROOT)/distros/netbsd.png" alt="NetBSD"></td>
|
|
<td>NetBSD</td>
|
|
<td colspan="2"><kbd>cd /usr/pkgsrc/net/tor && make install</kbd></td>
|
|
<td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="center"><img src="$(IMGROOT)/distros/terminal.png" alt="Source code"></td>
|
|
<td>Source tarballs</td>
|
|
<td>
|
|
<a href="<package-source-stable>"><version-stable></a>
|
|
(<a href="<package-source-stable>.asc">sig</a>)
|
|
</td>
|
|
<td>
|
|
<a href="<package-source-alpha>"><version-alpha></a>
|
|
(<a href="<package-source-alpha>.asc">sig</a>)
|
|
</td>
|
|
<td><kbd>./configure && make && src/or/tor</kbd></td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<div class="nb">
|
|
<a id="packagediff"></a>
|
|
<h2><a class="anchor" href="#packagediff">What's the difference between Stable & Unstable?</a></h2>
|
|
|
|
<p>
|
|
Stable packages are released when we believe the features and code will
|
|
not change for many months.
|
|
</p>
|
|
<p>
|
|
Unstable packages are released so you can help us test new features and bugfixes. Even though they have a higher version number
|
|
than the stable versions listed above, there is a much higher chance of
|
|
serious reliability and security bugs in these downloads. Please be prepared to <a href="https://bugs.torproject.org/">report bugs</a>.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="underline"></div>
|
|
<div class="nb">
|
|
<p>
|
|
Tor is distributed as <a href="http://www.fsf.org/">Free Software</a>
|
|
under the <a href="<gitblob>LICENSE">3-clause BSD license</a>. The
|
|
bundles also include <a href="<page projects/vidalia>">Vidalia</a>
|
|
and <a href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo</a>, which are supporting
|
|
applications distributed under the GNU GPL.
|
|
</p>
|
|
<p>
|
|
There is no fee for installing Tor, or using the Tor network, but
|
|
if you want Tor to become faster and more usable please consider
|
|
<a href="<page donate/donate>">making a tax-deductible donation to The Tor Project</a>.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="underline"></div>
|
|
<div class="nb">
|
|
<p>
|
|
To keep informed of security advisories and new stable releases, subscribe
|
|
to the <a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-announce">tor-announce
|
|
mailing list</a> (you will be asked to confirm via email). You can also
|
|
<a href="http://rss.gmane.org/gmane.network.onion-routing.announce">watch
|
|
the list's RSS feed</a>.
|
|
</p>
|
|
</div>
|
|
|
|
<p>
|
|
If you would like to research any past release of Tor source, packages,
|
|
or other binaries, see <a href="https://archive.torproject.org/">the
|
|
archive</a>.
|
|
</p>
|
|
|
|
<div class="nb">
|
|
<p>
|
|
If you have trouble downloading Tor from this site, here is a <a
|
|
href="<page getinvolved/mirrors>">list of sites mirroring the Tor site</a>.
|
|
</p>
|
|
|
|
<a id="ChangeLog"></a>
|
|
<a id="Stable"></a>
|
|
<a id="Testing"></a>
|
|
<p>
|
|
For a list of what has changed in each stable Tor release, see the
|
|
<a href="<gitblobstable>ReleaseNotes">ReleaseNotes</a>. For a list of
|
|
changes in both stable and development versions, see the
|
|
<a href="<gitblob>ChangeLog">ChangeLog</a>.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<!-- END MAINCOL -->
|
|
<div id="sidecol-right">
|
|
<div class="img-shadow">
|
|
<div class="infoblock">
|
|
<h2>Verify Signatures</h2>
|
|
<p>Verify your downloads with our GPG signatures:</p>
|
|
<a href="<page docs/verifying-signatures>">Read how to
|
|
verify the signatures</a>.
|
|
</div>
|
|
</div>
|
|
<!-- END INFOBLOCK -->
|
|
<div class="img-shadow">
|
|
<div class="sidenav-sub">
|
|
<h2>Having Trouble?</h2>
|
|
<ul>
|
|
<li class="dropdown"><a href="#packagediff">What are the differences between stable and unstable downloads?</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<!-- END SIDENAV -->
|
|
</div>
|
|
<!-- END SIDECOL -->
|
|
</div>
|
|
<!-- END CONTENT -->
|
|
|
|
|
|
#include <foot.wmi>
|