Answers for "how to install tor browser in ubuntu"

9

how to install tor browser in ubuntu

# Download tor browser launcher
sudo add-apt-repository ppa:micahflee/ppa
sudo apt update 
sudo apt install torbrowser-launcher
Posted by: Guest on October-12-2020
2

install tor browser ubuntu 20.4

Run the following commands as a user with sudo permissions :

1.Add the Tor browser launcher PPA repository :

sudo add-apt-repository ppa:micahflee/ppa

2.Install the Tor browser launcher package:

sudo apt update 
sudo apt install torbrowser-launcher

The Tor browser can be launched either from the command line 
by typing torbrowser-launcher or
by clicking on the Tor Browser 
Launcher icon (Activities -> Tor Browser).

When you start the launcher for the first time,
it will download the 
Tor browser and all other dependencies.
Posted by: Guest on January-10-2021
4

install tor browser ubuntu

#install
sudo add-apt-repository ppa:micahflee/ppa
sudo apt update
sudo apt install torbrowser-launcher

#launch browser 
torbrowser-launcher
Posted by: Guest on February-22-2021
0

install tor linux

sudo apt install torbrowser-launcher
Posted by: Guest on July-17-2020

Code answers related to "how to install tor browser in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language