Tor Install: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „=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.…“) |
(kein Unterschied)
|
Version vom 23. Oktober 2019, 14:59 Uhr
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:
- curl https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc | gpg --import
- gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add -
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