Skip to content

Instantly share code, notes, and snippets.

@ArghyaChatterjee
Last active October 29, 2024 15:56
Show Gist options
  • Save ArghyaChatterjee/ea614e11165259eb3c46a0d1dfb841cd to your computer and use it in GitHub Desktop.
Save ArghyaChatterjee/ea614e11165259eb3c46a0d1dfb841cd to your computer and use it in GitHub Desktop.

Download and Install Tor Browser

Download the Tor Browser

Go to this website and download the linux version of Tor Browser. Change the permission of the file to run as the executable file.

Install the Tor Browser

Once the file is executable, open a terminal in that location. Now, enter the command below to register the Tor browser as a desktop app.

cd tor-browser-linux-x86_64-13.5.3/tor-browser
./start-tor-browser.desktop --register-app

You will find that Tor Browser as a default application.

Source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment