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.
Step 2 . Change permission to read and write.
Step 3. Enter the following command
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-appAfter this step tor icon appear in the Application > Internet menu
No comments:
Post a Comment