CentOS系統yum源配置修改、yum安裝軟件包源碼包出錯解決辦法apt.sw.be couldn't connect to host


yum安裝包時報錯:

Could not retrieve mirrorlist http://mirrorlist.repoforge.org/el6/mirrors-rpmforge error was
14: PYCURL ERROR 7 -  "couldn't connect to host"
http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/repodata/repomd.xml: [Errno 14] 
PYCURL ERROR 7 -  "couldn't connect to host"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml)  for  repository: rpmforge. 
Please verify its path and try again

解決辦法:

1、下載新的CentOS-Base.repo 到/etc/yum.repos.d/【版本是5.*的下載5、6.*下載6、7.*下載7】

5.*的下載連接:

[root@localhost ~] # wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo

6.*的下載連接:

[root@localhost ~] # wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo

7.*的下載連接:

[root@localhost ~] # wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo

2、然后執行以下命令:

[root@localhost ~] # rpm -e rpmforge-release --nodeps
 
[root@localhost ~] # yum clean all 
 
[root@localhost ~] # yum update


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM