|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I can't remove rpm package
Hello!, I can't remove a rpm package with Code:
rpm -e net-snmp Nothing happened, and the process returns D status when i see with Code:
ps aux | grep rpm . When i say "Nothing Happened", the terminal don't return any message, and not remove the package. What can I do to remove? Ps: I work with Red Hat 9 shrike Last edited by Douglas Ramalho; 02-05-2013 at 07:34 AM.. |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
What does
rpm -qi <package> return? The RPM database may be corrupt - you can run an
rpm --rebuilddb to rebuild the RPM database, but read the documentation and understand the implications before doing so. It could also be that the pre-removal scripts are failing - try an
rpm -e --force <package> to force the removal.
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem when trying to remove a package using rpm command - error: package is not installed | g_p | Emergency UNIX and Linux Support !! Help Me!! | 4 | 04-04-2012 05:36 AM |
| Can't install rpm package with --prefix in new path.Error: package is not relocatable | g_p | UNIX for Dummies Questions & Answers | 1 | 04-01-2012 11:18 AM |
| How to find dependancies of .dstream package (Solaris) & .rpm package( linux) | yb4779 | UNIX for Advanced & Expert Users | 0 | 03-09-2011 04:54 AM |
| Rpm package | c00kie88 | Ubuntu | 8 | 06-06-2008 02:57 PM |
| how to restore original package after uninstalling the upgraded package using rpm | amitpansuria | Linux | 0 | 05-27-2008 04:08 AM |
|
|