You are not logged in.
After figuring out how to get the Tor Project repository working and installing apt-transport-tor, I am still not able to use the onion repositories.
$ sudo -e /etc/apt/sources.list
deb http://deb.devuan.org/merged ascii main non-free contrib
deb-src http://deb.devuan.org/merged ascii main non-free contrib
deb http://deb.devuan.org/merged ascii-updates main non-free contrib
deb-src http://deb.devuan.org/merged ascii-updates main non-free contrib
deb http://deb.devuan.org/merged ascii-security main non-free contrib
deb-src http://deb.devuan.org/merged ascii-security main non-free contrib
deb http://deb.devuan.org/merged ascii-backports main non-free contrib
deb-src http://deb.devuan.org/merged ascii-backports main non-free contrib
$ sudo apt update
$ sudo apt install apt-transport-https curl devuan-keyring
$ sudo -e /etc/apt/sources.list.d/tor.list
deb https://deb.torproject.org/torproject.org stretch main
deb-src https://deb.torproject.org/torproject.org stretch main
$ curl https://deb.torproject.org/torproject.o … 6DDD89.asc | gpg --import
$ gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
$ sudo apt update
$ sudo apt install apt-transport-tor tor deb.torproject.org-keyring
$ sudo -e /etc/apt/sources.list
deb tor+http://devuanfwojg73k6r.onion/merged ascii main non-free contrib
deb-src tor+http://devuanfwojg73k6r.onion/merged ascii main non-free contrib
deb tor+http://devuanfwojg73k6r.onion/merged ascii-updates main non-free contrib
deb-src tor+http://devuanfwojg73k6r.onion/merged ascii-updates main non-free contrib
deb tor+http://devuanfwojg73k6r.onion/merged ascii-security main non-free contrib
deb-src tor+http://devuanfwojg73k6r.onion/merged ascii-security main non-free contrib
deb tor+http://devuanfwojg73k6r.onion/merged ascii-backports main non-free contrib
deb-src tor+http://devuanfwojg73k6r.onion/merged ascii-backports main non-free contrib
$ sudo -e /etc/apt/sources.list.d/tor.list
deb tor+http://sdscoq7snqtznauu.onion/torproject.org stretch main
deb-src tor+http://sdscoq7snqtznauu.onion/torproject.org stretch main
$ sudo apt update
0% [Connecting to SOCKS5h proxy (socks5h://localhost:9050)]
$ sudo apt upgrade
0% [Connecting to SOCKS5h proxy (socks5h://localhost:9050)]
$ sudo apt dist-upgrade --auto-remove --purge
0% [Connecting to SOCKS5h proxy (socks5h://localhost:9050)]
It won't go any further after this point. Can anyone help me to figure this out or know why this is happening?
Last edited by thecolorjay (2019-02-09 22:23:18)
Offline
works fine here. is tor running on port 9050?
check tor daemon messages.
Offline