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