Install ftp-proxy
Installing ftp-proxy package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ftp-proxy
ftp-proxy package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ftp-proxy |
version | 1.9.2.4-10 |
description | application level proxy for the FTP protocol |
subsection | net |
maintainer | Roberto Lumbreras |
Uninstall ftp-proxy
To remove just ftp-proxy package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ftp-proxy
Uninstall ftp-proxy and it’s dependent packages
To remove the ftp-proxy package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ftp-proxy
Purging ftp-proxy
If you also want to delete configuration and/or data files of ftp-proxy from Debian Sid then this will work:
sudo apt-get purge ftp-proxy
To delete configuration and/or data files of ftp-proxy and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ftp-proxy