转:CentOS系统yum源配置修改yum安装软件包源码包出错解决办法!
Posted James wang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了转:CentOS系统yum源配置修改yum安装软件包源码包出错解决办法!相关的知识,希望对你有一定的参考价值。
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】
[[email protected] ~]# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
2、然后执行以下命令:
[[email protected] ~]# rpm -e rpmforge-release --nodeps [[email protected] ~]# yum clean all [[email protected] ~]# yum update
以上是关于转:CentOS系统yum源配置修改yum安装软件包源码包出错解决办法!的主要内容,如果未能解决你的问题,请参考以下文章