PDA

View Full Version : [ubuntu] How to uninstall apps via the command line



Kain000
June 21st, 2008, 01:56 AM
HOw can I uninstall apps from the command line?

abn91c
June 21st, 2008, 02:22 AM
sudo aptitude remove file-name

Kain000
June 21st, 2008, 03:21 AM
sudo aptitude remove file-name

thankyou very much

iaculallad
June 21st, 2008, 03:24 AM
For DEB packages:


sudo dpkg -r package_name