To uninstall ftp just follow these instructions.
sudo apt-get remove ftp
This will remove just the ftp package itself.
sudo apt-get remove --auto-remove ftp
This will remove the ftp package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for ftp then this will work.
sudo apt-get purge ftp
Or similarly, like this ftp
sudo apt-get purge --auto-remove ftp
Package | ftp |
Version | 0.17-31 |
Maintainer | Ubuntu Developers <[email protected]> |
Description | classical file transfer client |
Distro | ubuntu |
Release | vivid |
Repo | main |
Section | net |