Saturday, February 8, 2020

CentOS 8 / RedHat 8 : Download Tor Browser and Install it

We can directly use tor browser , simply by extracting downloaded file. But if we want to configure it as Application menu item (like the below picture) then we follow some steps


Step 1. Download tor Browser and extract it, i extract it under /opt directory.
$ sudo tar -xvjf ~/Downloads/tor-browser-linux64-9.0.4_en-US.tar.xz -C /opt/

Step 2 . Change permission to read and write.
$ sudo chmod -R 775 /opt/tor-browser_en-US 

Step 3. Enter the following command

$ cd /opt/tor-browser_en-US 
$ ./start-tor-browser.desktop --register-app
After this step tor icon appear in the Application > Internet menu

No comments:

Post a Comment