Uninstall Packages on Ubuntu
If the package was installed via the package manager
sudo apt-get remove application-name
When the application is split up into multiple packages and want to make sure uninstall ALL related packages and configuration fiels
sudo apt-get purge application-name