yum安装异常
Loading mirror speeds from cached hostfile
- base: mirrors.cloud.aliyuncs.com
- extras: mirrors.cloud.aliyuncs.com
- updates: mirrors.cloud.aliyuncs.com
1.检测网络
ping baidu.com
2.更新yum源
cd /etc/yum.repos.d/
mkdir repos
mv -rf * repos/
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
yum update
yum clean all
yum makecache