17
Oct/090
Oct/090
Linux: Remove installed RPM packages manually
Sometimes you screw up an application and are unable to use rpm -e to remove them from your system. Here is how you go about doing that:
To find installed RPM packages:
rpm -qa | grep <string>
To remove:
rpm -e --nodeps --allmatches <package name>
Related posts:
- Linux: find a string recursively within files
- Linux: Cannot move folders – inter-device move failed, unable to remove target: Is a directory
Enjoy this article?
Comments (0)
Trackbacks (0) ( subscribe to comments on this post )
No comments yet.
Leave a comment
No trackbacks yet.