我们的操作系统是 CentOS 5.4。
metadata file does not match checksum
当我尝试sudo yum update
在线搜索解决方案时遇到了这个问题,我读了这篇文章https://www.centos.org/forums/viewtopic.php?t=17781并没有仔细尝试 AlanBartlett 给出的两个命令
rm -fr /var/cache/yum/*
yum --disablerepo=\* --enablerepo=base,updates check-updates
然后我意识到我犯了一些错误..当我尝试时sudo yum update
,我收到以下错误。
http://xx.xx.xx.x/install/rocks-dist/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 403: Forbidden
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: Rocks-5.3. Please verify its path and try again
我实际上可以阅读http://xx.xx.xx.x/install/rocks-dist/x86_64/repodata/repomd.xml通过vim复制文件,但当我尝试复制它时,它说该文件不存在。
现在我陷入了这个 yum 错误。有人能建议一些补救措施来解决它吗?