大概意思是fastestmirror不能使用,fastestmirror是yum的一个加速插件
处理办法就是禁用这个插件
方法两种
第一种(已实验成功)
vi /etc/yum/pluginconf.d/fastestmirror.conf
把enabled=1改为0
vi /etc/yum.conf
把plugins=1改为0
第二种
yum>
sed -i "s/plugins=1/plugins=0" /etc/yum.conf
yum clean all
转载自:http://blog.youkuaiyun.com/motian06/article/details/17563097

本文提供了解决使用yum安装软件时fastestmirror插件导致的问题的方法,包括修改配置文件来禁用该插件。通过将enabled=1改为0,并将plugins=1改为0,或使用sed命令进行替换,可以解决安装过程中的速度慢或无法正常工作的问题。
1万+

被折叠的 条评论
为什么被折叠?



