Hi, Are you searching about How to install Tor Browser on UbuntuDDE? If yes, then great you are in the right place. Here, I am going to walk you through the installation process of Tor on UbuntuDDE.
Tor is free software and an open network that helps you defend against traffic analysis, network surveillance that threatens the form of personal freedom and privacy, confidential business activities and relationships, and state security. It was originally a worldwide network of servers that are developed by the US Navy that allows people to browse the Internet anonymously. Now, it is a non-profit organization whose main objective is the research and development of online privacy tools.
I am assuming that you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple you need to be running in the root account, if not you may need to add ‘sudo’ to the commands to get root privileges. I will show you through the step by step installation Tor on a UbuntuDDE.
How to install Tor Browser on UbuntuDDE
Table of Contents
Prerequisite
Operating System and Software Versions
- Operating System: UbuntuDDE
Requirements
Privileged access to your Ubuntu System as root or via sudo
command is required.
Difficulty
EASY
Conventions
- # – requires given Linux commands to be executed with root privileges either directly as a root user or by use of sudo command
- $ – requires given Linux commands to be executed as a regular non-privileged user
Step by Step Guide to Install Tor Browser on UbuntuDDE
1. Installing Tor Browser
To install the Tor Browser on your Ubuntu 20.04 desktop execute the following command:
$ sudo apt install torbrowser-launcher
Output:
admin@ubuntudde:~$ sudo apt install torbrowser-launcher
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
torbrowser-launcher
0 upgraded, 1 newly installed, 0 to remove and 194 not upgraded.
Need to get 45.8 kB of archives.
After this operation, 184 kB of additional disk space will be used.
Get:1 http://np.archive.ubuntu.com/ubuntu focal/universe amd64 torbrowser-launcher amd64 0.3.2-9 [45.8 kB]
Fetched 45.8 kB in 1s (37.7 kB/s)
Selecting previously unselected package torbrowser-launcher.
(Reading database ... 158759 files and directories currently installed.)
Preparing to unpack .../torbrowser-launcher_0.3.2-9_amd64.deb ...
Unpacking torbrowser-launcher (0.3.2-9) ...
Setting up torbrowser-launcher (0.3.2-9) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu2) ...
2. Launching Tor Browser
To start the Tor Browser simply search for Tor browser within the Activities menu or execute:
$ torbrowser-launcher
The first time you start the Tor Browser on your desktop it will download the latest binary version so be patient.
3. Connecting to Tor
After the Downloading, you will be prompt with Connec to Tor from where you can either connect to default or you can configure your Tor.
Uninstalling Tor Browser
$ sudo apt remove torbrowser-launcher
Uninstalling Tor Browser
$ sudo apt remove torbrowser-launcher
admin@ubuntudde:~$ sudo apt remove torbrowser-launcher
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libqt5designer5 libqt5help5 libqt5sql5 libqt5sql5-sqlite libqt5test5
libqt5xml5 python3-gpg python3-pyqt5 python3-sip
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
torbrowser-launcher
0 upgraded, 0 newly installed, 1 to remove and 194 not upgraded.
After this operation, 184 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 158792 files and directories currently installed.)
Removing torbrowser-launcher (0.3.2-9) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu2) ...
Conclusion
In this tutorial, we learned how to install Tor Browser in UbuntuDDE. Tor is really a wonderful project. This allows us to remain anonymous but to be honest, anonymous level is not 100% secure and anonymous. Some government organizations such as NSA, FBI really can get into through this and can check whether or not you are running tor. So, please be safe and beware of the Government. Tor network consists of admirable anonymity network.
Thanks for the guide.