Installing
-
2. Downloading Tor Browser
Download Tor Browser Bundle for GNU/Linux
-
3. Extracting Tor Browser
Then Tor Archive and Extract into /tmp
Possibly Double-Click on File Manager:
Or from Command Line with:tar xvf ~/Downloads/tor-browser*.tar.xz -C /tmp/
-
4. Installing Tor Browser
Then Relocate Tor Browser
Set the SuperUser as owner:sudo chown -R `whoami`:`whoami` /tmp/tor-browser*
And Fix Permissions with:
sudo chmod +755 -R /opt/tor-browser*
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Then Switch the Tor contents with:sudo mv /tmp/tor-browser* /opt/tor-browser
Finally, Make a SymLink for Easy Launching on Shell run:
sudo ln -s /opt/tor-browser/Browser/start-tor-browser /usr/local/bin/tor-browser
Contents