Download Article
Download Article
This wikiHow teaches you how to download and install the Tor browser on your Linux computer.
Steps
-
Open Tor Project's website. Open https://www.torproject.org/download/ in your web browser. This is where you'll download the Tor setup file.
-
Click the Download tab. It's in the upper-right corner of the page. Doing so takes you to the Tor download page.Advertisement
-
Click DOWNLOAD . This purple button is on the far-left side of the page.
- This button should have "Linux 64-bit" written at the bottom of it. If you see another operating system's name (e.g., "Windows"), first click the Linux link to the right of the button.
- If asked what to do with the setup file, make sure that you select the "Save" or "Download" option before proceeding.
-
Wait for the setup file to download. This should only take a few seconds.
-
Note the setup file's name. You should see the setup file's name somewhere in the window; you'll need to know the language and version for the Tor setup file in order to install it.
- For example, downloading the U.S. English version of Tor would result in the file name "tor-browser-linux64-7.5.2_en-US.tar.xz" for the most recent 64-bit version of Tor.
- If you can't find the file's name, you'll be able to review it in the Downloads folder on your computer.
Advertisement
-
Download the signature
-
Open Terminal
-
Now type in "gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org" and press ↵ Enter
-
Now type in: "gpg --output ./tor.keyring --export 0xEF6E286DDA85EA2A4BA7DE684E2C6E8793298290" and press ↵ Enter
- The signature may be changed in the future in which case you should follow: https://support.torproject.org/tbb/how-to-verify-signature/
-
Then type in: "gpgv --keyring ./tor.keyring ~/Downloads/tor-browser-linux64-9.0_en-US.tar.xz.asc ~/Downloads/tor-browser-linux64-9.0_en-US.tar.xz"
- Don't forget to change the version to your current one
- If you get "No such file or directory" then check if you have correctly specified the right file or directory
-
Now you should get "Good signature from "Tor Browser Developers (signing key) <torbrowser@torproject.org>"
- If it fails the install may be corrupt
Advertisement
-
Open Terminal. Click the Terminal app icon, which resembles a black box with white text in it, to do so. You'll usually find the Terminal icon in the Dock or on the Desktop.
- Some versions of Linux require you to open the Menu and then select Terminal from the list of apps.
- You can also just press Alt + Ctrl + T to open the Terminal window.
-
Switch to the Downloads directory. Type in cd Downloads and press ↵ Enter . This will shift the Terminal's focus into the Downloads folder, which is where your downloaded Tor setup file should be.
- If you downloaded the Tor setup file into a different folder, you'll have to change to that folder's directory instead.
-
Extract the Tor setup file's contents. Type in tar -xvJf tor-browser-linux64-7.5.2_ language-region .tar.xz and make sure to substitute the file name's language (e.g., en-US ) for the language-region section, then press ↵ Enter . [1] X Research source
- For example, in order to extract the U.S. English version of Tor, you'd type in tar -xvJf tor-browser-linux64-7.5.2_en-US.tar.xz and press ↵ Enter .
-
Open the Tor browser's directory. Type in cd tor-browser_ language where language is the language tag for your selected version of Tor, then press ↵ Enter .
-
Run the Tor setup. Type in ./start-tor-browser.desktop and press ↵ Enter , then wait for Tor's setup window to open.
-
Click Connect . It's in the lower-left side of the window. Doing so will connect you to the Tor network and, once the connection is successful, open the Tor browser. You should now be able to browse using Tor.
Advertisement
Community Q&A
Search
-
QuestionIf I install Tor, can anyone see my work?Community AnswerWhat do you mean by work? Tor will hide your IP address by using a proxy, your connections also will be encrypted. But this doesn't mean you will be completely anonymous. Please do your research before downloading anything to your computer.
-
QuestionIs it safe to use Tor?Community AnswerThe Tor browser is created to be safe, but if you don't know what you're doing, it could potentially be dangerous.
-
QuestionHow do I find the icon for Tor after installing it?Community AnswerYou'll need to add Tor to your Applications Menu by typing the following command into a terminal window (while in the tor-browser_en-US/ directory): ./start-tor-browser.desktop --register-app .
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement
Video
Tips
- Contrary to popular belief, Tor itself isn't inherently dangerous or illegal—in fact, it's based on an older version of Firefox.Thanks
- While most apps can be installed by using the sudo apt-get install <program-name> command, Tor is a portable browser which can be installed anywhere. This means that its files require flexibility not possible in a traditional setup file.Thanks
Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
Thanks for submitting a tip for review!
Advertisement
Warnings
- Tor is often used to access the dark web, which is a section of the Internet that isn't indexed by normal search engines. Avoid using Tor for this purpose, as doing so is generally unsafe and may be illegal in your area.Thanks
- Always make sure to verify the integrity of all applications downloaded from Tor. Applications can potentially be a problem if a Tor router is compromised.Thanks
- When using Tor, there are a few items to consider:
- Tor does not anonymize all internet traffic when first installed. The only traffic Tor makes anonymous is the traffic from Firefox. Other applications must be configured with proxies before they can use the Tor Network.
- The Tor button in Firefox blocks technologies that can potentially leak identity. These include: Java, ActiveX, RealPlayer, QuickTime, and Adobe plug-in. To use Tor with these applications the settings file must be reconfigured.
- Cookies present before Tor is installed may still give away the identity of the user. To make sure the user has complete anonymity, clear out all cookies before installing Tor.
- The Tor Network encrypts all data up until the exit router of the network. To fully protect your data users should use HTTPS or other trusted encryption.
Thanks
Advertisement
About This Article
Thanks to all authors for creating a page that has been read 366,311 times.
Advertisement