Delete the package mis-configured or install failed in Ubuntu
This post was written by admin on November 18, 2009
Posted Under: General
Posted Under: General
If you encountered configuration error when installing a package in Ubuntu,you will get this error message every time when you installing an other package.It’s very annoying and there is a command to delete this mis-configured package.
Run this in terminal(Applications/Accessories/Terminal):
sudo aptitude purge $(dpkg -l|grep ^rc|awk '{ print $2 }')
this will delete all packages the mis-configured or install failed in ubuntu.
Related posts:
- How to install an RPM Package on ubuntu linux
- Create,Modify,Delete samba shares with system-config-samba(GUI) in Ubuntu Linux
- Completely delete a user including the home directory in ubuntu Linux
- How to know where the package been installed in Ubuntu
- Ubuntu Software Center-Waiting for another software in process to quit
Tags: tips
