How to Install Tor on Linux
Download the Tor package
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.
Click the Download tab . This option is in the lower right corner of the page. You will be redirected to the Tor download page.
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.
Wait for the installation file to download. This process only takes a few seconds.
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
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.
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.
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.
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
Launch the Tor installation file. Enter the command ./start-tor-browser.desktopand press ↵ Enter, then wait for the Tor installation window to open.
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.
You should read it
- 5 reasons to install Linux on old computers
- How to install Kali Linux on macOS
- Steps to install Webex for Linux
- How to install NVIDIA drivers on Kali Linux
- How to install Kali Linux on Android using Linux Deploy
- How to install Windows Game on Linux with Winepak
- Instructions for installing basic Arch Linux
- How to install Kali Linux on your computer
May be interested
- 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.
- How to Install Linuxlinux 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?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 Linuxhandbrake 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?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 Linuxthe 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.