I’m not sure if I’m posting in the right spot, I wasn’t able to post in the tor-relays
section.
I have added the correct package repository and gpg key for tor following the official tutorial.
Here is my /etc/apt/sources.list.d/tor.list
file:
deb [signed-by=/usr/share/keyrings/tor-archive-keyring.gpg] https://deb.torproject.org/torproject.org bookworm main
deb-src [signed-by=/usr/share/keyrings/tor-archive-keyring.gpg] https://deb.torproject.org/torproject.org bookworm main
Doing apt update, I can see that the packages are being fetched correctly with no errors.
But installing tor
still install the Debian package version. I also tried disabling other repos like these:
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:3 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:4 http://archive.raspberrypi.com/debian bookworm InRelease [23.6 kB]
in the apt configs but it still would not install tor
from deb.torproject.org.
I thought that the problem could maybe reside in the fact that tor was already installed from a debian repo before I added the toproject sources.
At the moment, I was able to use:
deb [signed-by=/usr/share/keyrings/tor-archive-keyring.gpg] https://deb.torproject.org/torproject.org tor-experimental-bookworm main
deb-src [signed-by=/usr/share/keyrings/tor-archive-keyring.gpg] https://deb.torproject.org/torproject.org tor-experimental-bookworm main
and install the experimental version and get a relay running, but it’s not optimal.
OS: Debian 1:6.1.73-1+rpt1 (2024-01-25) aarch64
On a Raspberry Pi Zero 2W
Thanks in advance!