yum安装过程中报错:repomd.xml: [Errno 14] HTTP Error 404: Not Found Trying other 解决办法

yum安装过程中报错:repomd.xml: [Errno 14] HTTP Error 404: Not Found Trying other 解决办法

查看/etc/yum.repos.d/CentOS-Base.repo  把里面地址:

http://mirror.centos.org/centos/4/os/$basearch/

改成:

http://mirror.centos.org/centos/5/os/$basearch/

即可。

安装过程中类库搜索网站:http://pkgs.org

猜你喜欢

转载自tompig.iteye.com/blog/1750929