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