What is the terminal command for easily uninstalling programs or software?
Asked
Active
Viewed 8.7k times
1 Answers
4
sudo apt-get remove <program name here>
(or aptitude instead of apt-get, if you prefer it).
Phlya
- 391
- 3
- 15