1

Good afternoon. I wanted to install the Tor browser on my computer but I can not make it work. I downloaded the application and tried to follow the instructions but when I called to make a specific command to run I could not do it. The command is './start-tor.browser.desktop --help' Does anyone know what the problem?

Pilot6
  • 92,041
Lautaro
  • 31

1 Answers1

2

The correct command is ./start-tor-browser from the directory where it is installed. But I suggest another easier way.

You can install tor-browser from ppa. Run in terminal

sudo add-apt-repository ppa:webupd8team/tor-browser
sudo apt-get update
sudo apt-get install tor-browser

You will be able to start it from launcher as other programs.

Pilot6
  • 92,041