LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   RPM Install has quit working on RH8 (https://www.linuxquestions.org/questions/linux-software-2/rpm-install-has-quit-working-on-rh8-47972/)

Cher 03-03-2003 12:05 AM

RPM Install has quit working on RH8
 
I just tried to install something on RH8, and the installer for RPM's isn't working, any ideas?


Any help will be so appreciated *S*

Cher

hpk_hpk2 03-03-2003 05:20 AM

i think it is so simple just use following command

rpm -ihv <file name>

Crashed_Again 03-03-2003 08:46 AM

Did you try to use the GUI installer or did you try to install from a command prompt? Sometimes if an rpm install gets killed before completing you can get whats known as lock files in your rpm database. This will cause rpm to not work correctly. To solve the problem you can delete the existing rpm database and then rebuild it. To do that you would do:

rpm -v /var/lib/rpm/__db*
rpm --rebuilddb

bandit12 03-03-2003 09:52 AM

if you need a list of RPM commands try here

http://www.rpm.org/max-rpm/

gamera2_00 03-03-2003 09:21 PM

It sounds like what you're experencing is an RPM bug that has been around for a while. If it locks up, and won't continue, start a new instance, or quit, then you're seeing this bug.

The first instance of this bug:
http://bugzilla.redhat.com/bugzilla/...g.cgi?id=63342

To fix this problem, read through this page, and try the unoffical version.

http://www.rpm.org/hintskinks/repairdb/

Hope that helps!

-Gamera2


All times are GMT -5. The time now is 04:08 AM.