Uninstall Paket software dan dependencies di Debian/ Ubuntu
Misal Uninstall just kicad
sudo apt-get remove kicad
cuma Which will remove just the kicad package itself.
sudo apt-get remove --auto-remove kicad
This will remove the kicad package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for kicad then this will work.
sudo apt-get purge kicad
sudo apt-get purge --auto-remove kicad
sumber
https://installlion.com/ubuntu/xenial/universe/k/kicad/uninstall/index.html