Link to home
Start Free TrialLog in
Avatar of Oldie_One
Oldie_OneFlag for United States of America

asked on

YUM update fails repeatedly

Running Fedora core 4.  Logged in as root. run YUM update and at transaction summary I see
install 6 packages
update 300 packages
remove 0 packages
Total download size 539 M
When I approve it goes to 1 of 306,  glib2-2.6.6-1.i3, and tries to dowload it. Then it stops and says "package does not match checksum" and tries a mirror. It does this three times and then dies with an index error. flushed the cache with YUM clear all and repeated over 3 days with identical results. Any thoughts?
Avatar of ravenpl
ravenpl
Flag of Poland image

try updating yum itself first:
yum update yum

if it fails as well, update by hand. Download ftp://download.fedora.redhat.com/pub/fedora/linux/core/updates/4/i386/yum-2.4.1-1.fc4.noarch.rpm
install as: rpm -Uv yum-2.4.1-1.fc4.noarch.rpm
Avatar of Kerem ERSOY
Kerem ERSOY

Hi,

it seems that indexes are meessed try this:

yum clean
yum list yum

clean option will clean the yum cache (though you told you've cleaned I don't know how did you do it. List yum option will read thus recreate the indexes.

Cheers,
K.

ASKER CERTIFIED SOLUTION
Avatar of nedvis
nedvis
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial