How to install Uninstall or remove filezilla from Ubuntu, Linux Mint, MX Linux and other Debian Based Linux Distros?
Install Filezilla
sudo apt-get install filezilla
Uninstall filezilla
To remove just filezilla package itself from Ubuntu 16.04 (Xenial Xerus) execute on terminal:
sudo apt-get remove filezilla
Uninstall filezilla and it's dependent packages
To remove the filezilla package and any other dependant package which are no longer needed from Ubuntu Xenial.
sudo apt-get remove --auto-remove filezilla
Purging filezilla
If you also want to delete configuration and/or data files of filezilla from Ubuntu Xenial then this will work:
sudo apt-get purge filezilla
To delete configuration and/or data files of filezilla and it's dependencies from Ubuntu Xenial then execute:
sudo apt-get purge --auto-remove filezilla