Install proftpd-mod-dnsbl
Installing proftpd-mod-dnsbl package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install proftpd-mod-dnsbl
proftpd-mod-dnsbl package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | proftpd-mod-dnsbl |
version | 0.1.5-3+b6 |
description | ProFTPD module mod_dnsbl |
subsection | net |
website | castaglia.org / proftpd / modules / mod_dnsbl.html |
maintainer | ProFTPD Maintainance Team |
Uninstall proftpd-mod-dnsbl
To remove just proftpd-mod-dnsbl package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove proftpd-mod-dnsbl
Uninstall proftpd-mod-dnsbl and it’s dependent packages
To remove the proftpd-mod-dnsbl package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove proftpd-mod-dnsbl
Purging proftpd-mod-dnsbl
If you also want to delete configuration and/or data files of proftpd-mod-dnsbl from Debian Sid then this will work:
sudo apt-get purge proftpd-mod-dnsbl
To delete configuration and/or data files of proftpd-mod-dnsbl and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove proftpd-mod-dnsbl