CentOS系统yum源使用报错:Error: Cannot retrieve repository metadata (repomd.xml) for repository: rpmforge.

服务器上的yum突然不好使用,使用yum的时候报错如下:
[root@bastion-IDC src]# yum list
......
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

解决办法:(或者把/etc/yum.repos.d下的文件全部删除,然后将能正常使用yum的同类服务器的这个目录下的文件全部拷贝过来,然后yum clean all 和yum makecache 即可)
下载新的CentOS-Base.repo 到/etc/yum.repos.d/
[root@bastion-IDC src]# cd /etc/yum.repos.d/
其实就是将yum源更改为阿里云的yum源,操作如下:

1)centos5.*的下载连接:
[root@bastion-IDC yum.repos.d]# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo

2)centos6.*的下载连接:
[root@bastion-IDC yum.repos.d]# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo

3)centos7.*的下载连接:
[root@bastion-IDC yum.repos.d]# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

然后执行以下命令:
[root@bastion-IDC yum.repos.d]# rpm -e rpmforge-release --nodeps
-------------------------------------------------------------------------------------------------------------
如果报错:
error: package rpmforge-release is not installed

解决办法:安装这个源
下载地址:https://pan.baidu.com/s/1pKBtm11
提取密码:erte
[root@bastion-IDC yum.repos.d]# rpm -ivh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
-------------------------------------------------------------------------------------------------------------

[root@bastion-IDC yum.repos.d]# yum clean all 
[root@bastion-IDC yum.repos.d]# yum makecache                                   //将服务器上的软件包信息缓存到本地,以提高搜索安装软件的速度
[root@bastion-IDC yum.repos.d]# yum update

最后再次使用yum就ok了
[root@bastion-IDC yum.repos.d]# yum list

最新文章

  1. $\LaTeX$笔记:首字下沉
  2. 2016年12月30日 星期五 --出埃及记 Exodus 21:25
  3. 隐藏UITableView多余的分割线
  4. shell 显示字体颜色
  5. weka特征选择(IG、chi-square)
  6. 进程通信之一 使用WM_COPYDATA C++及C#实现(转)
  7. objective-c对NSArray的学习
  8. 使用jQuery调用ASP.NET WebService的简易教程
  9. rnqoj-82-又上锁妖塔-dp
  10. Sql Server trace flags
  11. pyspark简要原则
  12. win10的IIS配置
  13. POJ 1067 取石子游戏 威佐夫博弈
  14. Struts2实现国际化
  15. Python3基础 用 函数递归求解 一个数字的阶乘
  16. Resetting Frame Animation
  17. laravel 中使用ajax和vue总结
  18. poj 2230详解
  19. PAT1121:Damn Single
  20. xml文件sql中大于号、小于号、等号的转义问题

热门文章

  1. .NET架构师知识普及
  2. WebFlux 集成 Thymeleaf 、 Mongodb 实践 - Spring Boot(六)
  3. [代码修订版] Python 踩坑之旅进程篇其五打不开的文件
  4. Python自学day-15
  5. node.js中模块,require
  6. MxNet 模型转Tensorflow pb模型
  7. MyBatis 基础搭建及架构概述
  8. springMVC java.lang.IllegalStateException: getOutputStream() has already bee
  9. Innovus Lab和Lab Guide下载地址 | Innovus教程 - Flow系列 - 数据准备
  10. Centos7 安装jdk,MySQL