mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 02:11:55 +00:00
13 lines
321 B
ReStructuredText
13 lines
321 B
ReStructuredText
.. _tor-linux:
|
|
|
|
********************
|
|
Running Tor on Linux
|
|
********************
|
|
|
|
#. Install the Tor proxy service to your system. To do so, open your terminal and run the following command:
|
|
|
|
.. code-block::
|
|
|
|
sudo apt update && sudo apt install tor
|
|
|
|
#. That's it! Your Linux machine is now setup to natively use Tor. |