
Next, you will be presented with the Tor Network Settings window. When you launch the Tor Browser for the first time, it will download all the dependencies. You can start the Tor browser either from the command line by typing torbrowser-launcher or by clicking on the Tor Browser icon (Activities -> Tor Browser).

Also, in some countries, Tor is illegal or blocked by the government-enforced firewall. Browsing the web over Tor is slower than a regular Internet connection, and some major web sites block Tor users. Using Tor Browser comes with few drawbacks. Tor Browser has been installed on your Ubuntu desktop. Sudo apt install tor -keyring torbrowser-launcher Once the repository is enabled, update the apt package list and install the latest version of the Tor Browser by typing: sudo apt update If you have Ubuntu version 18.04 the command will print bionic. $(lsb_release -cs) will print the Ubuntu codename. The command above should output OK, which means that the key has been successfully imported and packages from this repository will be considered trusted.Įnable the Tor repository: echo "deb $(lsb_release -cs) main" | sudo tee -a /etc/apt/sources.list Import the Tor Apt repository GPG key to your system using the following wget command: wget -q -O - | sudo apt-key add. Start by installing the apt-transport-https package that necessary to access a repository over HTTPS and enabling the Universe repository: sudo apt update Installing the Tor Browser on Ubuntu Linux is a relatively straightforward process and will only take a few minutes.Įxecute the following commands as a user with sudo permissions: The same instructions apply for Ubuntu 16.04 and any other Ubuntu-based distribution, including Kubuntu, Linux Mint and Elementary OS.

In this tutorial, we’ll explain how to install Tor web browser on Ubuntu 18.04. When you use the Tor Browser, the connection to the website you are viewing is encrypted and protected from network surveillance and traffic analysis.

Tor Browser routes your web traffic through the Tor network, making it private and anonymous.
