Tor Install: Unterschied zwischen den Versionen

Aus Xinux Wiki
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.…“)
 
Zeile 9: Zeile 9:
 
*apt update
 
*apt update
 
*apt install tor deb.torproject.org-keyring
 
*apt install tor deb.torproject.org-keyring
 +
=Source=
 +
*https://2019.www.torproject.org/docs/debian

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:

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