17
Oct/09
0

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>
Share this article
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Twitter
  • LinkedIn

Related posts:

  1. Linux: find a string recursively within files
  2. Linux: Cannot move folders – inter-device move failed, unable to remove target: Is a directory

Comments (0) Trackbacks (0)

No comments yet.

Leave a comment

No trackbacks yet.