Install Tor Browser on Ubuntu 20.04

Anjianto / August 30, 2021
Reference: https://linuxize.com/post/how-to-install-tor-browser-on-ubuntu-20-04/
Tor is free and open-source software for enabling anonymous communication. It directs Internet traffic through a free, worldwide, volunteer overlay network, consisting of more than six thousand relays, for concealing a user's location and usage from anyone conducting network surveillance or traffic analysis. Source
Add PPA repository for your Tor browser launcher:
sudo su
add-apt-repository ppa:micahflee/ppa
Install Tor browser launcher:
sudo su
apt update
apt install torbrowser-launcher