Amazon Affiliate

Thursday 31 January 2013

Uninstall packages in Linux


Uninstall packages in Linux:


How to uninstall any .deb package in Linux?
sudo apt-get uninstall package name
In some case this command might not work properly because the package you want to uninstall is running in the background of the system so first kill the process and the command for killing the software is written below:
sudo pkill package name
In this way you will able to uninstall any package.

No comments:

Post a Comment