In Ubuntu 13.04 I used to use the ppa:upubuntu-com/tor64
PPA to install the 64-bit Tor Browser Bundle. However, in Ubuntu 13.10 it doesn't work anymore.
In Ubuntu 13.04 I used to use the ppa:upubuntu-com/tor64
PPA to install the 64-bit Tor Browser Bundle. However, in Ubuntu 13.10 it doesn't work anymore.
Do not use the packages in Ubuntu's universe.
According to The Tor Project, "In the past they have not reliably been updated. That means you could be missing stability and security fixes."
Download Tor Browser Bundle from The Tor Project website
Verify GPG Signature
Download the Tor Browser Developers GPG Public Key (which is used for signing Tor Browser Bundle packages; also see keyserver):
Verify that the signature file was produced when their GPG Key signed your Tor Browser Bundle download (adjust the commands if version is not "5.0.1" or language is not "en"):
You should see "Good signature.." in your terminal if successful (if not, download the file again and try once more):
Extract Tor Browser Bundle Package
Right-click
.tar.xz
file and select "Extract Here" or:Browse The Internet using globally distributed, encrypted, and anonymous Tor network
Open newly extracted directory, find the file
start-tor-browser
, and make sure it is executable.Double-click
start-tor-browser
or:Select
Run
if Nautilus asks you how you want to execute the `start-tor-browser' script.Congratulations!
Install Tor Browser
These are the instructions from the official Tor Browser User Manual in case the Ubuntu torbrowser-launcher package hasn't updated the gpg key that is required to install Tor Browser. When I updated the Tor Browser Developers signing key I noticed that the key that I updated will expire in less than one year.
Navigate to the Tor Browser download page.
Download the GNU/Linux .tar.xz file
(Recommended) Verify the file's signature. The steps for verifying the file's signature are shown below.
When the download is complete, extract the archive with the command
tar -xf [TB archive]
or with the Archive Manager.Navigate to the newly extracted Tor Browser directory. Right-click on start-tor-browser, open Properties and change the permission to Allow executing file as program by clicking the checkbox.
Start Tor Browser from the command line by running:
Set a keyboard shortcut to start Tor Browser
Remember the location where you downloaded the tor-browser-linux64-xx.x.xx_xx-xx.tar.xz archive. In this example I will call this location
/home/your-username/Downloads/
which is the default location of the Downloads directory in Ubuntu if you replaceyour-username
by your own user name.Remember the directory where you extracted the Tor Browser files. In this example I will call this directory
/home/your-username/Downloads/tor-browser_en-US/
where en is the abbreviation for the language and US is the abbreviation for the nation which could be different depending on your language and nation.Go to Settings -> Keyboard -> View and Customize Shortcuts -> Set Custom Shortcut.
In the field after Name type Tor Browser.
In the field after Command type:
sh -c '"/home/your-username/Downloads/tor-browser_en-US/Browser/start-tor-browser" --detach || ([ ! -x "/home/your-username/Downloads/tor-browser_en-US/Browser/start-tor-browser" ] && "$(dirname "$*")"/Browser/start-tor-browser --detach)' dummy %k
In order to fill in an entry in the field after Shortcut press any easy to remember keyboard shortcut combination (e.g. Ctrl + Alt +B).
Now you can start Tor Browser by pressing Ctrl + Alt +B.
How to verify Tor Browser's signature
Fetching the Tor Developers key
The Tor Browser team signs Tor Browser releases. Import the Tor Browser Developers signing key (0xEF6E286DDA85EA2A4BA7DE684E2C6E8793298290):
This should show you something like:
After importing the key, you can save it to a file (identifying it by fingerprint here):
Verifying the signature
To verify the signature of the package you downloaded, you will need to download the corresponding ".asc" signature file as well as the installer file itself, and verify it with a command that asks GnuPG to verify the file that you downloaded.
The example below assumes that you downloaded these two files to your Downloads folder.
The result of the command should produce something like this:
NB: This PPA hasn't been updated in YEARS already (since 2017) and it is several updates behind the official Tor Browser Bundle release.
You can install TorBrowser Bundle in Ubuntu by using the TorBrowser WebUpd8 PPA. Open a terminal and copy/paste the following commands:
Then simply launch TorBrowser from the Dash / menu.
More info: Tor Browser Bundle Ubuntu PPA
Ubuntu 20.04
Open terminal run
Look for
start-tor-browser.desktop
fileProbably in
root/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US
Right click on
start-tor-browser.desktop
, Click Properties > Permission > click the checkboxAllow executing file as program
.Also Look for
start-tor-browser
fileProbably in
root/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/Browser
Right click on
start-tor-browser
, Click Properties > Permission > click the checkboxAllow executing file as program
.Now open Tor Browser. It should work just fine.
Note: This PPA hasn't been updated in YEARS already (since 2015) is several updates behind the official Tor Browser Bundle release.
Run the below commands to install tor browser in Ubuntu 13.10 64-bit version:
Change
saucy
toraring
and save that file:Update the repositories:
Now you can install the Tor Browser Bundle:
I installed the Tor v.9 browser on Ubuntu 18.04, using jtd's install steps, in a nutshell:
Select your OS on the https://www.torproject.org/download/ web page. Download the tor-browser-linux...tar.xz file.
Unzip the file.
Open the top folder (tor-browser_en-US, in my case) and double-click the start-tor-browser.desktop file.
The startup asks a couple simple questions, then the Tor browser loads up ready to go.