Categories: 20.04Ubuntu 20.04

How to Install Tor Browser on Ubuntu 20.04

Tor is free and open-source web browser used for anonymous browsing. It routes the network traffic through the tor network to hide user identity. Tor network is available worldwide, through the volunteer overlay network consisting of more than seven thousand relays. Tor browser provides some of the best solutions to protect your privacy from spying agencies on your network.

In some countries tor is illegal to use or blocked. So before using Tor browser, be sure its allowed to use in your country. As of today, Tor is not illegal to use in United States and India.

This article will help you to install Tor browser on Ubuntu 20.04 Linux system.

Sponsored
class="heading1">Installing Tor Browser on Ubuntu

Tor browser launcher makes easier to install and use Tor Browser on GNU/Linux users. You can install torbrowser-launcher directly from the default repositories on Ubuntu 20.04 systems.

Login to your system with sudo privileged account and open a terminal (CTRL+ALT+T) and type:

sudo apt update 
sudo apt install torbrowser-launcher 

Press ‘y’ for any confirmation asked by the installer.

This will install Tor Browser launcher on your system (not Tor browser). The Tor browser will be installed in next step.

Using Tor Browser

Search for torbrowser-launcher in all applications un Activities from Ubuntu desktop systems. You can also launch application by executing command torbrowser-launcher on terminal.

At the first time, this will install Tor Browser or ask you to install as below screenshot.

Sponsored

Keep all settings as default and click on “Install Tor Browser” button.

Once the installation finished, it will launch Tor browser on your system. Click the “Connect” button to connect Tor Browser to the Tor network for secure browsing.

That’s it. You have successfully installed Tor Browser on your system.

Uninstall Tor Browser

When you found tor browser is no more in use, you can remove it from your system. To remove Tor browser, just type following command from system terminal:

sudo apt purge torbrowser-launcher 

Conclusion

This tutorial helped you to install Tor browser on Ubuntu 20.04 desktop system. Now, Tor browser will hide your identity and allow you to browser web securely.

The post How to Install Tor Browser on Ubuntu 20.04 appeared first on TecAdmin.

Ubuntu Server Admin

Recent Posts

Ubuntu Weekly Newsletter Issue 882

Welcome to the Ubuntu Weekly Newsletter, Issue 882 for the week of March 2 –…

3 hours ago

Certificate Apocalypse: Bringing Your Chromecast Back from the Dead

On March 9, 2025, many Chromecast 2nd generation and Chromecast Audio devices suddenly stopped working.…

20 hours ago

How to Fix “No rule to make target ‘debian/canonical-certs.pem” When Compiling Linux Kernel 5.11.11 and Later

If you’ve ever tried compiling a Linux kernel from source—whether to add custom system calls,…

1 day ago

GUFW and UFW Ubuntu 20.10 Firewall Configuration Guide

Security is paramount, and one of the first lines of defense for any system, whether…

1 day ago

How to use systemd Units on Ubuntu 20.04: A Sysadmin’s Deep Dive

 If you’re managing Ubuntu servers or desktops, understanding systemd is absolutely essential. systemd is the init system and…

1 day ago

How to fix “Cannot Connect to the Docker Daemon” Error

If you’ve ever encountered the frustrating Cannot connect to the Docker daemon at unix:/var/run/docker.sock. Is…

1 day ago