日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問(wèn) 生活随笔!

生活随笔

當(dāng)前位置: 首頁(yè) >

Linux/CentOS7install PackageError: Loaded plugins: fastestmirror

發(fā)布時(shí)間:2023/12/1 61 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Linux/CentOS7install PackageError: Loaded plugins: fastestmirror 小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

Centons7

其大概意思是fastestmirror不能使用,fastestmirror是yum的一個(gè)加速插件,具體我也沒(méi)有仔細(xì)了解過(guò),可能是系統(tǒng)不支持或者缺少組件導(dǎo)致的。

處理辦法就是禁用這個(gè)插件,方法如下:

[root@localhost ~]# vim /etc/yum/pluginconf.d/fastestmirror.conf

[main]
enabled=1? ? ? ? ? ? ? ?//1修改為0 禁用該插件
verbose=0
always_print_best_host = true
socket_timeout=3
# Relative paths are relative to the cachedir (and so works for users as well
# as root).
hostfilepath=timedhosts.txt
maxhostfileage=10
maxthreads=15
#exclude=.gov, facebook
#include_only=.nl,.de,.uk,.ie

[root@localhost ~]# vim /etc/yum.conf
[main]
cachedir=/var/cache/yum/$basearch/$releasever
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1? ? ?//1修改為0? 禁用該插件
installonly_limit=5
bugtracker_url=http://bugs.centos.org/set_project.php?project_id=23&ref=http://bugs.centos.org/bug_report_page.php?category=yum
distroverpkg=centos-release

源文章參考網(wǎng)址 : https://www.cnblogs.com/qiushuiwanyue/p/6568996.html

轉(zhuǎn)載于:https://www.cnblogs.com/DaniuUnixChina/p/8553971.html

總結(jié)

以上是生活随笔為你收集整理的Linux/CentOS7install PackageError: Loaded plugins: fastestmirror的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。

如果覺(jué)得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。