Installlion's Logo

Installlion.com

How To Uninstall ftp On Ubuntu 15.04

To uninstall ftp just follow these instructions.

Uninstall just ftp

classical file transfer clientUbuntu 15.04net0.17-31
sudo apt-get remove ftp

This will remove just the ftp package itself.

Uninstall ftp and its dependencies

sudo apt-get remove --auto-remove ftp

This will remove the ftp package and any other dependant packages which are no longer needed.

Purging your config/data too

If you also want to delete your local/config files for ftp then this will work.

 Caution! Purged config/data can not be restored by reinstalling the package.
sudo apt-get purge ftp

Or similarly, like this ftp

sudo apt-get purge --auto-remove ftp

Package Data

Packageftp
Version0.17-31
MaintainerUbuntu Developers <[email protected]>
Descriptionclassical file transfer client
Distroubuntu
Releasevivid
Repomain
Sectionnet

Dependencies