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