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?
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?
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
ls -l start-tor-browser
– Maythux May 22 '15 at 07:49