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