Open In App

How to Install Tor on Linux?

Last Updated : 22 Jul, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Tor browser is a web browser that is designed and developed to protect your privacy online and is mostly famous among normal people as a key for safely accessing hidden or restricted online resources, including those on the dark web. We will see what Tor is and how to install it on your Linux machine.

To understand what Tor is first we need to understand what Onion routing is.

What is Onion Routing?

It is a technique for communicating over a network anonymously. The name onion came as the data is encrypted multiple times like the layers of onions. The data is transmitted over many nodes, and each node knows only the next node's address and the previous node from it until it reaches the exit node. Some browsers using onion routing are IP2, Subgraph OS Browser, Tails Browser, Whonix Browser etc.

Introduction: Tor

Tor (The Onion Router) is a web browser implementing the Onion Routing technique used to surf the internet anonymously. Tor is an open-source browser and uses Firefox as its code base. The Tor project was founded by Roger Dingledine and Nick Mathewson in 2002 and the Tor browser's development started in 2008 which is user-friendly and more accessible to normal users. Learn more about Tor.

Installation:

Step 1: Go to the Tor Download Page and select 'Download for Linux' and your download will start.

download-page
Tor Browser Download Page


Step 2: The compressed file must be download in the downloads folder or whichever folder you had selected.

downloadsFolder
Downloads Folder

Step 3: Now open the terminal and move to the folder where you had Tor file download. As it is an tar file so we need to extract it. We will use tar command.

Syntax:

tar -xf file

So here,

tar -xf tor-browser-linux-x86_64-13.0.15.tar.xz
extract-tor
extracting the tor browser


Step 4: Now you can see using 'ls' command that there will be a folder 'tor-browser' . Now move into that folder using 'cd' command.

cd tor-browser/
moveintoTORfolder
moving into tor folder


Step 5: Now list the contents of the folder and you will find a 'start-tor-browser.desktop' file which is a configuration file that provides launch instructions for the Tor browser and now we had to run that file to launch Tor browser using command or if you are currently using GUI folder then double click on that file name and it will launch the browser :

./start-tor-browser.desktop
run-Tor
Launching tor browser


Step 6: Now you will the very first screen with 'Connect to Tor' and the click on the 'Connect' button to establish connection and it may take a while to connect.

TORfirstScreenjpg
Tor Browser


estConnection
Establishing connection

Step 7: Now after successfully establishing connection you are all set to use Tor browser.

connected
Tor Browser

Step 8: Now you can start searching and using the Tor browser. There is a 'Onioize' option given in the DuckDuckGo search which when toggled on will switch your searches to DuckDuckGo's onion site.

Conclusion

In conclusion, the Tor Browser is a great way to protect your privacy and browse internet anonymously with its easy user interface and easy installation process which is made possible by its very vast community of contributors and maintainers. Tor is a great way to get unbubbled search results. By following the above described steps you can install Tor easily and browser the web anonymously.


Next Article
Article Tags :

Similar Reads