Install proftpd-mod-clamav
Installing proftpd-mod-clamav 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-clamav
proftpd-mod-clamav package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | proftpd-mod-clamav |
version | 0.10-1+b5 |
description | ProFTPD module mod_clamav |
subsection | net |
website | thrallingpenguin.com / resources / mod_clamav.htm |
maintainer | ProFTPD Maintainance Team |
Uninstall proftpd-mod-clamav
To remove just proftpd-mod-clamav package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove proftpd-mod-clamav
Uninstall proftpd-mod-clamav and it’s dependent packages
To remove the proftpd-mod-clamav package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove proftpd-mod-clamav
Purging proftpd-mod-clamav
If you also want to delete configuration and/or data files of proftpd-mod-clamav from Debian Sid then this will work:
sudo apt-get purge proftpd-mod-clamav
To delete configuration and/or data files of proftpd-mod-clamav and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove proftpd-mod-clamav