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
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
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.
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.
You should read it
- How to install the new Microsoft Edge browser
- Instructions for installing Tor Browser for Windows
- Instructions for installing extensions on Edge browser Windows 10
- How to Install Tor on Linux
- The reasons you shouldn't install multiple extensions on your browser
- How to surf the web without a browser?
- How to set the default browser when opening any link on the computer
- How to create WiFi hotspot on UC Browser web browser
May be interested
- How to install NVIDIA drivers on Kali Linuxthis 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 Deployinstalling 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 Winepakflatpak 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 Linuxunlike 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 computerinstalling 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 Linuxspotify 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 Linuxsetting 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 Linuxdeepin 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 Macasahi 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 Linuxteamviewer 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.