From 5b67898e6fa167de80aaeb08dc88a65ebf211e88 Mon Sep 17 00:00:00 2001 From: Mariusz Kogen Date: Fri, 1 Apr 2022 00:05:07 +0200 Subject: [PATCH] tor-linux update for Fedora Installing tor package for latest Fedora was not enough to successfully run tor service in the background that is why extra step is needed --- .../connecting/connecting-tor/tor-os/tor-linux.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/site/source/user-manual/connecting/connecting-tor/tor-os/tor-linux.rst b/site/source/user-manual/connecting/connecting-tor/tor-os/tor-linux.rst index fa42dbb..b440fef 100644 --- a/site/source/user-manual/connecting/connecting-tor/tor-os/tor-linux.rst +++ b/site/source/user-manual/connecting/connecting-tor/tor-os/tor-linux.rst @@ -70,6 +70,8 @@ Running Tor on Linux - Fedora: + .. tip:: Latest Fedora versions have Tor package available for installation: + .. code-block:: bash [Tor] @@ -80,8 +82,14 @@ Running Tor on Linux gpgkey=https://rpm.torproject.org/fedora/public_gpg.key cost=100 - #. Then install the Tor package: + #. Install the Tor package: .. code-block:: bash sudo dnf install tor + + #. Then enable tor service: + + .. code-block:: bash + + sudo systemctl enable --now tor