Install twoftpd
Installing twoftpd package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install twoftpd
twoftpd package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | twoftpd |
version | 1.42-1 |
description | a simple secure efficient FTP server (programs) |
subsection | net |
maintainer | Gerrit Pape |
Uninstall twoftpd
To remove just twoftpd package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove twoftpd
Uninstall twoftpd and it’s dependent packages
To remove the twoftpd package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove twoftpd
Purging twoftpd
If you also want to delete configuration and/or data files of twoftpd from Debian Sid then this will work:
sudo apt-get purge twoftpd
To delete configuration and/or data files of twoftpd and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove twoftpd