Tor is free software and an open network that helps you defend against a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security known as traffic analysis.
To install Tor browser bundle on Linux Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in it:
1- For 32-bit
- Code: Select all
sudo add-apt-repository ppa:upubuntu-com/tor
sudo apt-get update
sudo apt-get install tor-browser
Now change folder ownership of /.Tor Browser to your current user with this command:
- Code: Select all
sudo chown -R USERNAME ~/.tor-browser
1- For 64-bit
- Code: Select all
sudo add-apt-repository ppa:upubuntu-com/tor64
sudo apt-get update
sudo apt-get install tor-browser
Now change folder ownership of /.Tor Browser to your current user with this command:
- Code: Select all
sudo chown -R USERNAME ~/.tor-browser




