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