Categories: Ubuntu

How to install Tor on Ubuntu 20.04?

In this post, you will learn how to install Tor. As most of you are probably familiar with it, Tor is the go-to option for people who wish to remain anonymous on the web. It secures the personal information of its users, conceals their IP address, their browsing history, and even allows them to communicate without having to worry about their ISPs or some hackers monitoring them. Users can access both deep web and clear net with Tor.

This brief tutorial will show you how to install the Tor browser on ubuntu 20.04 for a more private, secure web experience.

Step
Sponsored
1: Add the PPA repository

Because we will be downloading Tor from the PPA repository, we’re going to have to add the PPA repository to Ubuntu.

Launch the terminal and run the following command:

$ sudo add-apt-repository ppa:micahflee/ppa


PPA repository should be added to Ubuntu on your system.

Step 2: Install Tor

To download and install the Tor browser from the PPA repository, run the following commands:

$ sudo apt update

Sponsored
$ sudo apt install torbrowser-launcher


And just like that, you’ve installed the Tor browser on your computer.

Step 3: Install related dependencies

To install these packages, all you have to do is launch the Tor browser, as it’ll download them automatically. Go to the Activities search bar and type “Tor browser launcher”, then click on its icon to launch the browser. Sit back for a moment until it runs verifications and finish with the downloads.

Uninstalling Tor:

If, for some reason, you’ve decided that it’s not for you, uninstall it by running the following command with root privileges.

$ sudo apt remove torbrowser-launcher


This should remove Tor from your computer.

Wrapping up

This tutorial showed you how to install Tor on Ubuntu 20.04, and hopefully, you’ve followed the instructions and set up the browser without problems.

Ubuntu Server Admin

Recent Posts

Canonical Releases Ubuntu 25.04 Plucky Puffin

The latest interim release of Ubuntu introduces “devpacks” for popular frameworks like Spring, along with…

2 days ago

Ubuntu 25.04 (Plucky Puffin) Released

Ubuntu 25.04, codenamed “Plucky Puffin”, is here. This release continues Ubuntu’s proud tradition of integrating…

3 days ago

Extended Security Maintenance for Ubuntu 20.04 (Focal Fossa) begins May 29, 2025

Ubuntu released its 20.04 (Focal Fossa) release 5 years ago, on March 23, 2020. As…

3 days ago

Ubuntu 20.04 LTS End Of Life – activate ESM to keep your fleet of devices secure and operational

Focal Fossa will reach the End of Standard Support in May 2025, also known as…

4 days ago

Ubuntu MATE 25.04 Release Notes

Ubuntu MATE 25.04 is ready to soar! 🪽 Celebrating our 10th anniversary as an official…

4 days ago

Ubuntu Weekly Newsletter Issue 887

Welcome to the Ubuntu Weekly Newsletter, Issue 887 for the week of April 6 –…

6 days ago