Command RPM don't run

Avenueduweb

Verified User
Joined
Jun 8, 2004
Messages
115
Hello,

Please help me, my command rpm don't run in shell. When i write that in shell command :

# rpm -Uvh clamav*.rpm (or other command or other file)

My shell script stop. How do i reinstall rpm command ? Thanks. Bye.
 
If it's hanging you can try:

rm -f /var/lib/rpm/__db*
rpm --rebuilddb

then see if stops hanging.

John
 
DirectAdmin Support said:
If it's hanging you can try:

rm -f /var/lib/rpm/__db*
rpm --rebuilddb

then see if stops hanging.

John
Just curious, the first time i had this anywhere i went at it for a day to figure out what happend, kinda drove me insane ;)
But did they ever fix this bug in the more recent distro's ?
 
Back
Top