I'm trying to install rules to block some countries on my debian 10 server, but I find everywhere that I need to install xtables-addons-common however the package doesn't seem to exist in my debian.
When I do:
apt-get install xtables-addons-common libnet-cidr-lite-perl libtext-csv-xs-perl libgeoip2-perl -y
I get:
E: Package 'xtables-addons-common' has no installation candidate
What can I do ?