How to Install Tor Browser on Linux

This tutorial will show you how to install Tor Browser on Linux. Tor Browser is a modern, cross-platform and open source web browser with a focus on privacy. The main purpose of a browser is to provide you with a basic right to privacy on the Internet.

Step 1: Download the Tor Browser package

How to Install Tor Browser on Linux Picture 1

You can install Tor Browser on your system in 3 easy steps. First, download the Tor Browser installation files from the official website or here.

Click the Download for Linux button and the browser will start downloading the package to the default download location, such as the Downloads folder .

Alternatively, you can download browser files from the command line, using a tool like wget or cURL. To do that, right-click the Downloads for Linux button and then select the Copy Link option from the context menu.

Next, navigate to the Downloads folder with the cd command .

cd ~/Downloads

Then run wget following the link you just copied.

wget https://www.torproject.org/dist/torbrowser/11.0.2/tor-browser-linux64-11.0.2_en-US.tar.xz

Note that the aforementioned method will work on any Linux distribution, including Ubuntu and Kali Linux.

Step 2: Extract the installation files

The Tor Browser installation files are compressed and you need to decompress them before you can continue.

To do that, navigate to the Downloads folder or the location where you downloaded the file.

cd ~/Downloads

Run the tar command to extract the TAR archive.

tar -xvf tor-browser-linux64-11.0.2_en-US.tar.xz

Obviously, you have to replace the filename with the downloaded file name.

Step 3: Register the browser as an app

Move the extracted installation files to the /opt directory . On UNIX-based systems, the opt directory is reserved for optional or additional software packages that are not part of the core Linux system.

Additionally, you will need administrative privileges to copy files to that directory.

sudo mv tor-browser_en-US /opt

Now, go to the directory of the Tor Browser installation file you just copied.

cd /opt/tor-browser_en-US

If you list the contents of this directory, you'll notice that you have the start-tor-browser.desktop executable . This file is responsible for starting the application.

list -ls

How to Install Tor Browser on Linux Picture 2 The start-tor-browser.desktop executable is responsible for starting the application

To register the browser as a Linux application, run the following command:

./start-tor-browser.desktop --register-app

Using Tor Browser on Linux

Now that Tor Browser has been successfully installed, search for tor in the Applications menu and launch it to start using the browser.

How to Install Tor Browser on Linux Picture 3

You can click the Connect button to use encrypted connections and start your browsing sessions. You can also configure other browsing and privacy options by clicking the Tor Network Settings button .

This guide looked at how you can protect your personal data and profile while browsing the web by installing and using the Tor Browser. To get the most out of your browsing experience on Tor Browser, you should have a deep understanding of how it works.

5 ★ | 1 Vote

May be interested

  • How to install NVIDIA drivers on Kali LinuxHow to install NVIDIA drivers on Kali Linux
    this document explains how to install nvidia drivers on kali linux and supports cuda, allowing integration with popular intrusion testing tools.
  • How to install Kali Linux on Android using Linux DeployHow to install Kali Linux on Android using Linux Deploy
    installing kali linux on android devices is no longer a difficult job thanks to the linux deploy tool. read the following article to learn how to do it.
  • How to install Windows Game on Linux with WinepakHow to install Windows Game on Linux with Winepak
    flatpak is a favorite choice of third-party vendors and proprietary software developers because it allows them to package linux programs once and distribute them on all linux versions.
  • Instructions for installing basic Arch LinuxInstructions for installing basic Arch Linux
    unlike ubuntu or linux mint, arch linux is a distributed linux distribution in a continuous format (rolling release). read the following article to know how to install this distro.
  • How to install Kali Linux on your computerHow to install Kali Linux on your computer
    installing kali linux on your computer is an easy process. first, you will need compatible hardware for computers. kali is supported on i386, amd64 and arm platforms (both armel and armhf).
  • 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.