Tor Install

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen

Sources

You need to add the following entries to /etc/apt/sources.list or a new file in /etc/apt/sources.list.d/:

deb https://deb.torproject.org/torproject.org bionic main
deb-src https://deb.torproject.org/torproject.org bionic main

Then add the gpg key used to sign the packages by running the following commands at your command prompt:

We provide a Debian package to help you keep our signing key current. It is recommended you use it. Install it with the following commands:

  • apt update
  • apt install tor deb.torproject.org-keyring

Source