linux下yum安装时出现Loaded plugins: fastestmirror的如何解决办法

linux下yum安装时出现Loaded plugins: fastestmirror 使用 yum 出现 Loaded plugins: fastestmir

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内容请搜索好代码网以前的文章或继续浏览下面的相关文章希望大家以后多多支持好代码网!