How To Install Tor Browser 4.0.5 On Ubuntu 15.04, Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 And Derivative Systems

Hello Linux Geeksters. As you may know, Tor Browser Bundle is an internet browser based on Mozilla Firefox configured to protect the users’ anonimity, via Tor and Vidalia. The bundle also includes 3 Firefox extensions: Torbutton, NoScript and HTTPS-Everywhere.

Watch Free Movies

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.5, which has been recently released, coming with the below changes:

  • Update Firefox to 31.5.3esr
  • Update Tor 0.2.5.11
  • Update NoScript to 2.6.9.19

For more information about this release, see the official changelog.

how to install Tor Browser 4.0.5 on Ubuntu 15.04 Vivid Vervet, Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Ubuntu 12.04 Precise Pangolin, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Deepin 2014, Peppermint Five, LXLE 14.04, Linux Lite 2

In this article I will show you how to install Tor Browser 4.0.5 on Ubuntu 15.04 Vivid Vervet, Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Ubuntu 12.04 Precise Pangolin, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Deepin 2014, Peppermint Five, LXLE 14.04, Linux Lite 2 and other Ubuntu derivative systems.

Because it is available via PPA, installing Tor Browser 4.0.5 on Ubuntu 15.04, Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 and derivative systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the tor-browser package. Like this:

$ sudo add-apt-repository ppa:webupd8team/tor-browser
$ sudo apt-get update
$ sudo apt-get install tor-browser

Optional, to remove tor browser, do:

$ sudo apt-get remove tor-browser

Scroll to Top