问题描述:
执行yum install xxx命令出现的问题
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.aliyun.com
* epel: mirrors.aliyun.com
* extras: mirrors.aliyun.com
* updates: mirrors.aliyun.com
解决方案:
修改文件/etc/yum/pluginconf.d/fastestmirror.conf中设置enabled=0 (0为禁用该插件)
修改文件/etc/yum.conf中设置plugins=0
清除缓存:yum clean all
重新构建yum源:yum makecache