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/
Or from Shell:
tar xvfz tor-browser*.tar.xz -C /tmp/
-
4. Installing Tor Browser
Then Relocate Tor Browser
Set the SuperUser as owner:su -c "chown -R root:root /tmp/tor-browser*"
And Fix Permissions with:
su -c "chmod +xr root:root /tmp/tor-browser*"
Then Switch the Tor contents with:
su -c "mv /tmp/tor-browser* /opt/tor-browser"
Finally, Make a SymLink for Easy Launching on Shell run:
su -c "ln -s /opt/tor-browser/Browser/start-tor-browser /usr/local/bin/tor-browser"
Contents