1

I'm trying to install Tor on Ubuntu the way that the Tor website says and I'm getting nowhere. I added these to the first file then the second then both at the same time.

  • You need to add the following entry in /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 went to add the gpg but that didn't work the first command just sat on a blank terminal line for about 5 minutes then basically timed out. Saying it didn't get anything and the second didn't work without the first.

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

    gpg --keyserver keys.gnupg.net --recv A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89
    gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
    

Has anyone used these instructions and made it work or have any ideas on how to make it work?

0 Answers0