yum 安装软件失败

遇到的错误
[root@DBTEST ~]# yum install zabbix-agent -y
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirrors.njupt.edu.cn
* extras: mirrors.aliyun.com
* updates: mirrors.njupt.edu.cn
Setting up Install Process
Nothing to do

解决方法

确定机器能联网,ping 百度。
更换系统 yum 源。

// 备份
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

// CentOS 6 下载
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo

// 更改CentOS-Media.repo使其为不生效:(本机已经是不生效)
enabled=0

// 运行yum makecache生成缓存
yum clean all
yum makecache

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理