I used the command to remove
sudo apt-get remove filezillaBut it is still in my machine. And I also used the following below command after using the first command
sudo apt-get autoremove 3 1 Answer
To remove just file zilla :
sudo apt-get remove filezillaRemove filezilla and it's dependencies :
sudo apt-get remove --auto-remove filezillaRemove all your config data and file :
sudo apt-get purge filezillaOr
sudo apt-get purge --auto-remove filezilla