5

What is the terminal command for easily uninstalling programs or software?

1 Answers1

4
sudo apt-get remove <program name here>

(or aptitude instead of apt-get, if you prefer it).

Phlya
  • 391
  • 3
  • 15