3

I tried to start Tor Browser using the icon from the unzipped folder, but nothing happened. Same with the line command :

./start-tor-browser.desktop
bash: start-tor-browser.desktop: command not found

How can I run the Tor Browser?

Maythux
  • 84,289

1 Answers1

2

First ensure that the script has execute permission

sudo chmod +x start-tor-browser

you misstype the command, from inside the unzipped directory run the command

./start-tor-browser

or click on the start-tor-browser this shows you dialogue choose run

enter image description here

Maythux
  • 84,289