-
Hi, Could anybody give me a hint? Even another download client would be fine. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
MickLesk
Nov 11, 2024
Replies: 1 comment 2 replies
-
You need unrar, thats an non free deb package. cat <<EOF >/etc/apt/sources.list.d/non-free.list
deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
EOF
apt-get update
apt-get install -y unrar
rm /etc/apt/sources.list.d/non-free.list
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
HolgerM1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need unrar, thats an non free deb package.