目录
linux下yum安装时出现Loaded plugins: fastestmirror
使用 yum 出现 Loaded plugins: fastestmirror
Loaded plugins: fastestmirror
意思为:插件不可用
[root@localhost ~]# yum –y install xxx Loaded plugins: fastestmirror
解决办法
1.修改fastestmirror配置文件
vim /etc/yum/pluginconf.d/fastestmirror.conf
复制
将 enable=1 改为 enable=0

2.修改yum配置文件
vim /etc/yum.conf
复制

3.清除缓存并重新构建yum源
yum clean all yum clean dbcache yum makecache
到此这篇关于linux下yum安装时出现Loaded plugins: fastestmirror的解决办法的文章就介绍到这了,更多相关linux yum报错fastestmirror内容请搜索脚本之家以前的文章或继续浏览下面的相关文章希望大家以后多多支持脚本之家!
您可能感兴趣的文章:
声明:本站(华域联盟www.cnhackhy.com)所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。

评论(0)