The Tor Browser anonymizes the traffic and encrypts everything everything in the Tor network. Via the HTTPS-Everywhere extension, it also encrypts the traffic between the Tor network and the final destination.
The latest version available is Tor Browser Bundle 4.0.8, which has been recently released, coming with the below changes:
- Fix update loop due to improper versioning
- Update Tor to 0.2.5.12
- Update NoScript to 2.6.9.21
For more information about this release, see this article. Also, the full changelog is here.
In this article I will show you how to install Tor Browser 4.0.8 on Ubuntu, Linux Mint, Elementary OS, Pinguy OS, LXLE, Deepin, Linux Lite, Peppermint, Debian, Kwheezy, SparkyLinux, Fedora, CentOS, OpenSUSE, Mageia, OpenMandriva, Arch Linux and Manjaro.
Because Tor Browser Bundle 4.0.8 is not available via any repository yet, we have to download Tor from the project’s site, extract the archive, move to /opt and alias the launcher.
Follow the instructions for your system’s architecture exactly, in order to get a successful installation.
How to install Tor Browser 4.0.8 on 32 bit Linux systems:
$ cd ~
$ wget https://www.torproject.org/dist/torbrowser/4.0.8/tor-browser-linux32-4.0.8_en-US.tar.xz
$ tar -xJvf tor-browser-linux32-4.0.8_en-US.tar.xz
$ cd tor-browser_en-US/
$ ./start-tor-browser
For an easier usage, do this:
$ sudo ln -sf ~/tor-browser_en-US/start-tor-browser /usr/bin/tor
To start tor, just open a terminal, type tor and hit enter.
How to install Tor Browser 4.0.8 on 64 bit Linux systems:
$ cd ~
$ wget https://www.torproject.org/dist/torbrowser/4.0.8/tor-browser-linux64-4.0.8_en-US.tar.xz
$ tar -xJvf tor-browser-linux64-4.0.8_en-US.tar.xz
$ cd tor-browser_en-US/
$ ./start-tor-browser
For an easier usage, do this:
$ sudo ln -sf ~/tor-browser_en-US/start-tor-browser /usr/bin/tor
To start tor, just open a terminal, type tor and hit enter.
Next, to use Tor, open it, press connect and wait until you get connected to the Tor network.
Optional, to remove tor-browser, do:
$ rm -r ~/tor-browser_en-US/start-tor-browser /usr/bin/tor ~/.tor-browser-en