-
I recently upgraded from Debian bullseye to bookworm, and |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
What I can see from the Debian Package Search Results:
So, it is suggested to install it manually following the generic instructions for Linux. |
Beta Was this translation helpful? Give feedback.
-
The reason is that a 3rd-party dependency (that isn't used by |
Beta Was this translation helpful? Give feedback.
-
There is a workaround to install dnscrypt-proxy on Debian 12 using apt from the To install
echo 'deb http://deb.debian.org/debian sid main' | sudo tee /etc/apt/sources.list.d/sid.list
sudo tee /etc/apt/preferences.d/99-sid-repository-pinning > /dev/null <<EOF
Package: *
Pin: release a=unstable
Pin-Priority: -10
EOF
sudo apt update
sudo apt-cache policy
sudo apt-cache policy dnscrypt-proxy
sudo apt install -t sid dnscrypt-proxy |
Beta Was this translation helpful? Give feedback.
The reason is that a 3rd-party dependency (that isn't used by
dnscrypt-proxy
itself, except for testing) calledpowerman
didn't compile any more on Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017302 and it wasn't fixed before the freeze.