yum install的时候提示:Loaded plugins: fastestmirror

fastestmirror是yum的一个加速插件,这里是插件提示信息是插件不能用了。

修改yum的配置文件

# vi /etc/yum.conf

.........................

plugins=1//改为0,不使用插件

........................

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-18
  • 2021-05-23
猜你喜欢
  • 2022-12-23
  • 2021-10-05
  • 2021-04-16
  • 2022-12-23
  • 2021-06-17
  • 2022-12-23
  • 2021-06-09
相关资源
相似解决方案