标签:loading use arch bin centos 托管 packages 用户 ble
#####################使用阿里云的ECS服务器Centos7.2系统安装ansible提示安装不上###########将此rpm包安装上传到服务器中,直接安装
#yum clean all
#yum makecache
提示如下错误:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
ansible-2.6.4-1.el7.noarch.rpm FAILED
http://mirrors.aliyun.com/epel/7/x86_64/Packages/a/ansible-2.6.4-1.el7.noarch.rpm: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below wiki article
https://wiki.centos.org/yum-errors
If above article doesn‘t help to resolve this issue please use https://bugs.centos.org/.
Error downloading packages:
ansible-2.6.4-1.el7.noarch: [Errno 256] No more mirrors to try.
原因:是因为配置 epel.repo 源的问题
调整方法:
#cd /etc/yum.repos.d/
# mv epel.repo epel.repo.bak
#yum clean all
#yum makecache
Metadata Cache Created
$ sudo yum -y install ansible
Complete!
###########################################解决###################################################
阿里云ECS服务器 Centos7.2 使用 yum 安装 ansible 报错
标签:loading use arch bin centos 托管 packages 用户 ble
原文地址:http://blog.51cto.com/11520242/2176609