Symptoms
Unable to install Imunify360 on Debian 10 with the following error:
E: The value 'buster-backports' is invalid for APT::Default-Release as such a release is not available in the sources
iptables >= 1.8.5 required on Debian 10
Cause
Unsupported backports repository is not configured at the server.
Resolution
-
Connect to the server via SSH
-
Add backports repository:
# echo "deb http://ftp.debian.org/debian buster-backports main" > /etc/apt/sources.list.d/backports.list
-
Install
iptables
from the added backports repository:# apt-get update && apt-get -t buster-backports install iptables