Install pure-ftpd-ldap
Installing pure-ftpd-ldap package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pure-ftpd-ldap
pure-ftpd-ldap package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pure-ftpd-ldap |
version | 1.0.36-3.2+b1 |
description | Secure and efficient FTP server with LDAP user authentication |
subsection | net |
website | pureftpd.org |
maintainer | Stefan Hornburg (Racke) |
Uninstall pure-ftpd-ldap
To remove just pure-ftpd-ldap package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pure-ftpd-ldap
Uninstall pure-ftpd-ldap and it’s dependent packages
To remove the pure-ftpd-ldap package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pure-ftpd-ldap
Purging pure-ftpd-ldap
If you also want to delete configuration and/or data files of pure-ftpd-ldap from Debian Sid then this will work:
sudo apt-get purge pure-ftpd-ldap
To delete configuration and/or data files of pure-ftpd-ldap and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pure-ftpd-ldap