How to Install Tor on Linux

Download the Tor package

How to Install Tor on Linux Picture 1

Open the Tor website. Visit https://www.torproject.org/projects/torbrowser.html using a web browser. We will proceed to download the Tor installation file from here.

How to Install Tor on Linux Picture 2

Click the Download tab . This option is in the lower right corner of the page. You will be redirected to the Tor download page.

How to Install Tor on Linux Picture 3

Click DOWNLOAD . This purple button is on the left side of the page.

This button will say "Linux 64-bit" and is located at the bottom. If this is another operating system name (e.g., "Windows"), you'll first need to click the Linux link to the right of the button.

If you're asked what you want to do with the installation file, you'll need to select "Save" or "Download" before continuing.

How to Install Tor on Linux Picture 4

Wait for the installation file to download. This process only takes a few seconds.

How to Install Tor on Linux Picture 5

Note down the installation file name. The name of the installation file will appear somewhere in the window; You need to know the language and version of the Tor installation file before you can proceed with the installation.

For example, when you download the US English version of Tor, the filename will be "tor-browser-linux64-7.5.2_en-US.tar.xz" if it is the latest 64-bit version of Tor.

If you cannot identify the file name, you can review it in the Downloads folder on your computer.

Install Tor

How to Install Tor on Linux Picture 6

Open Terminal. Click the Terminal app with the black frame and white text inside icon. The Terminal icon is usually located in the Dock or Desktop screen.

Some Linux versions will require you to open the Menu and select Terminal from the list of applications.

You can also press Alt+ Ctrl+ Tto open a Terminal window.

How to Install Tor on Linux Picture 7

Switch to the Downloads folder. Enter the command cd Downloadsthen press ↵ Enter. This command will bring Terminal to the Downloads folder - where you downloaded the Tor installation file.

If you downloaded the Tor installation file to another folder, you need to change it to that folder.

How to Install Tor on Linux Picture 8

Extract Tor installation file contents. Enter , don't forget to replace the file's language (for example: ) in the language-region section , then press .tar -xvJf tor-browser-linux64-7.5.2_language-region.tar.xzen-US↵ Enter

For example, to extract the US English section of Tor, you'd type tar -xvJf tor-browser-linux64-7.5.2_en-US.tar.xzand press ↵ Enter.

How to Install Tor on Linux Picture 9

Open the Tor browser folder. Enter the command , where language is the language tag for the Tor version you selected, then press .cd tor-browser_language↵ Enter

How to Install Tor on Linux Picture 10

Launch the Tor installation file. Enter the command ./start-tor-browser.desktopand press ↵ Enter, then wait for the Tor installation window to open.

How to Install Tor on Linux Picture 11

Click Connect . This button is at the bottom left of the window. You will start connecting to the Tor network. After a successful connection, the Tor browser will open. You can now use Tor to browse the web.

5 ★ | 1 Vote

May be interested

  • How to install Spotify on LinuxHow to install Spotify on Linux
    spotify has actually supported linux for a long time. although most distributions do not include this application in the repository for license reasons, it is not really difficult to install this official player on a linux pc.
  • How to Install VirtualBox on LinuxHow to Install VirtualBox on Linux
    setting up a virtual machine can be a great way to test alternative software or operating systems on a computer without altering or putting the existing system at risk.
  • How to install Deepin LinuxHow to install Deepin Linux
    deepin linux is an excellent distribution. so why not experience it on your computer? deepin has a variety of high-quality layouts / interfaces and great software.
  • How to Install Asahi Linux on an Apple Silicon MacHow to Install Asahi Linux on an Apple Silicon Mac
    asahi linux is a project to port the linux kernel and related software to macs powered by apple silicon. it is still under development, but it has made significant progress in a short period of time.
  • How to install and use TeamViewer on LinuxHow to install and use TeamViewer on Linux
    teamviewer is a powerful tool that allows teams to collaborate and share their screens in real time. it is also extremely useful in remote technology support.
  • How to Install LinuxHow to Install Linux
    linux is the foundation of thousands of open source operating systems designed to replace windows and mac os. linux allows users to download and install it for free on any computer. because this is an open source platform, the number of available versions or distributions is very diverse and is developed by many different organizations. follow the basic instructions below to install all linux versions, especially some of the most popular distributions.
  • Should I install Arch Linux?Should I install Arch Linux?
    arch linux is one of the most popular linux operating systems. arch linux is even easier to install than arch-based distributions like manjaro and antergos.
  • How to install Handbrake on LinuxHow to install Handbrake on Linux
    handbrake is a powerful open source tool for encoding and editing videos. it includes a graphical control panel to manage encryption and even preview the results.
  • How is Arch Linux different from other Linux versions?How is Arch Linux different from other Linux versions?
    arch linux is arguably the most misunderstood linux distribution. many people find arch difficult to install and maintain.
  • How to install and remove fonts on LinuxHow to install and remove fonts on Linux
    the linux system has many integrated fonts but you still can't find the font you need. downloading and installing new fonts is very easy on linux and we will show you how to do this in the following article.