首页 > 系统相关 >[CentOS8]Repository extras is listed more than once in the configuration

[CentOS8]Repository extras is listed more than once in the configuration

时间:2022-08-31 18:47:28浏览次数:93  
标签:Repository elrepo more yum listed org configuration once

1. 问题

[root@localhost ~]# yum install https://www.elrepo.org/elrepo-release-8.el8.elrepo.noarch.rpm
Repository extras is listed more than once in the configuration

2. 解决办法

sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*

3. 重新缓存

yum clean all
yum repolist

END

标签:Repository,elrepo,more,yum,listed,org,configuration,once
From: https://www.cnblogs.com/leoshi/p/16644165.html

相关文章