hello all i try run this yum update command but i got this error ,

Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
google                                                   | 1.5 kB     00:00     
http://dl.google.com/linux/rpm/stable/i386/repodata/repomd.xml: [Errno -1] Error importing repomd.xml for google: Damaged repomd.xml file
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: google. Please verify its path and try again

how to i fix this problem?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

That file looks fine here. You can try purging only that repo's data by using

yum --disablerepo=\* --enablerepo=google clean all

and then try again. If that still doesn't work then you can use --disablerepo=google to disable just that single repo until things are back to normal.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.