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