2015-12-22 41 views
1

获取下面当我尝试运行yum更新这个错误,我猜测它是与atrpms回购,但我不知道如何解决它运行yum的更新,我得到这个错误

Loaded plugins: fastestmirror, security 
Setting up Update Process 
Loading mirror speeds from cached hostfile 
epel/metalink           | 14 kB  00:00 
* base: centos.chi.host-engine.com 
* epel: mirror.steadfast.net 
* extras: mirror.fusioncloud.co 
* updates: bay.uchicago.edu 
http://dl.atrpms.net/el6-x86_64/atrpms/stable/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found" 
Trying other mirror. 
Error: Cannot retrieve repository metadata (repomd.xml) for repository: atrpms. Please verify its path and try again 

回答

1

这是一个修复程序。尝试使用

sed -i "s/mirrorlist=https/mirrorlist=http/" /etc/yum.repos.d/epel.repo

+0

哈利路亚!谢谢。 – lionello

相关问题