Replying to Avatar Smaug

now 'sudo apt update' gives me

https://void.cat/d/7LNDfnfWhqofMwCRgh8R97.webp

after i did the curl https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc | gpg --dearmor | tee /usr/share/keyrings/tor-archive-keyring.gpg >/dev/null

Is there a different guide that anyone can recommend for installing Tor? Im having trouble with minibolt.info when following the steps.

That's more of a key problem than anything else.

Reply to this note

Please Login to reply.

Discussion

how do i fix a key problem?

Have you tried the "public key workaround" outlined here? https://support.torproject.org/tbb/how-to-verify-signature/

ill read it now. thanks

💯

I would install Tor using official Tor project repository..

How do I start over from the beginning? I feel like I might have made mistakes that is messing it up.

You mean to start over with Tor installation or node?

Tor installation

Ok, execute

sudo apt install apt-transport-https

sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/deb.torproject.org-keyring.gpg] https://deb.torproject.org/torproject.org $(lsb_release -sc) main" >> /etc/apt/sources.list.d/tor-project.list'

sudo apt update

sudo apt install tor