-
-
Notifications
You must be signed in to change notification settings - Fork 2k
-
Hi,
I set up a lxc with radarr with the provided script. As a download client is needed to move on, I tried to install SABnzbplus following https://sabnzbd.org/wiki/installation/install-debian and then this https://www.linuxbabe.com/debian/install-sabnzbd-usenet-client-debian. Unfortunately, all attempts failed with
Screenshot 2024年11月11日 180117
Could anybody give me a hint? Even another download client would be fine.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions
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
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.
All reactions
-
👍 1
-
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions
-
If I may ask one more question?!
I know that's off-topic, but any idea about that?
Beta Was this translation helpful? Give feedback.