how to compltely remove software with apt in ubuntu code example
Example 1: how to remove an apt repository
sudo add-apt-repository --remove ppa:whatever/ppa
# or
sudo apt-add-repository --remove 'deb some/repo your_distro main'
Example 2: ubuntu apt uninstall
sudo apt-get remove <application_name>