tor browser install Ubuntu 14.04
Install from Terminal:
Note: If you installed older version of Tor-Browser, in first you must clear the old .tor-browser-en
folder from home folder. Just clear that by using: cd ~ && rm -r .tor-browser-en
Then type following line one by one in Terminal ( Ctrl+Alt+T ) to install Tor-Browser.
sudo add-apt-repository ppa:webupd8team/tor-browser
sudo apt-get update
sudo apt-get install tor-browser
Now open dash and type "Tor", click on and use.
Alright, I'll lead you step by step on how to run the Tor browser
- Download the latest tor tarball from here
- open a terminal window and navigate to the directory you downloaded it to
- run this command:
tar -xvf <NAME_OF_TARBALL>
- use
cd
to go into the created directory - use this command to give the start script permission to run:
chmod +x start_tor_browser.sh
- run the start script with
./start_tor_browser.sh
That should work, let me know if it doesn't and I'll look into it more