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