Problem with apt-transport-tor
- Inicie sesión ou rexístrese para enviar comentarios
apt-transport-tor does not work for me, when I run apt update I get error message:
Could not connect to 127.0.0.1:9050 (127.0.0.1). - connect (111: Connection refused)
Can someone advice what might be the problem?
The 127.0.0.1 is your own computer. Perhaps tor is not running on your computer? Try to start it.
You are right, I assumed wrongly that tor would start automatically. Thanks jxself!
You can install Trisquel GNU/Linux-libre updates over Tor Onion Service mirror:
Install tor and apt-transport-tor:
sudo apt install tor apt-transport-tor
Change the default repositoty to Tor Onion Service:
sudo sed -i 's|https://archive.trisquel.org/|tor+http://dotsrccccbidkzg7oc7oj4ugxrlfbt64qebyunxbrgqhxiwj3nl6vcad.onion/|g' /etc/apt/sources.list
Done. Now all the updates and packages will be installed over Tor with .onion domain.
- Inicie sesión ou rexístrese para enviar comentarios