mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 10:21:53 +00:00
26 lines
387 B
ReStructuredText
26 lines
387 B
ReStructuredText
.. _tor-linux:
|
|
|
|
=====
|
|
Linux
|
|
=====
|
|
|
|
Debian / Ubuntu
|
|
---------------
|
|
|
|
For Debian and Debian-based systems, such as Mint, PopOS etc.
|
|
|
|
Install the Tor proxy service to your system. To do so, open your terminal and run the following command:
|
|
|
|
.. code-block:: bash
|
|
|
|
sudo apt update && sudo apt install tor
|
|
|
|
Arch
|
|
----
|
|
|
|
Simply install Tor with:
|
|
|
|
.. code-block:: bash
|
|
|
|
sudo pacman -S tor
|