Centos 报错 Repository extras is listed more than once in the configuration

这篇具有很好参考价值的文章主要介绍了Centos 报错 Repository extras is listed more than once in the configuration。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

使用 yum update -y 报错 Repository extras is listed more than once in the configuration

2020 年 12 月 8 号,CentOS 官方宣布了停止维护 CentOS Linux 的计划,并推出了 CentOS Stream 项目,CentOS Linux 8 作为 RHEL 8 的复刻版本,生命周期缩短,于 2021 年 12 月 31 日停止更新并停止维护(EOL),更多的信息可以查看 CentOS 官方公告。如果需要更新 CentOS,需要将镜像从 mirror.centos.org 更改为 vault.centos.org

解决如下:文章来源地址https://www.toymoban.com/news/detail-525664.html

cd /etc/yum.repos.d/

#更新yum源为阿里源
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo

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-*

#如果已经安装了wget就不需要这一步
yum install wget –y

yum clean all

yum makecache
#验证
yum install -y vim

``

到了这里,关于Centos 报错 Repository extras is listed more than once in the configuration的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • Modelsim编译报错“(vlog-2401) Extra semicolon found. This is permitted in SystemVerilog, but not permitt”

    Modelsim编译报错“(vlog-2401) Extra semicolon found. This is permitted in SystemVerilog, but not permitted in Verilog.” 今天在进行使用modelsim进行仿真,在编译过程中遇见了报错“(vlog-2401) Extra semicolon found. This is permitted in SystemVerilog, but not permitted in Verilog.” 在经过查询资料之后发现了错误出现的

    2024年02月03日
    浏览(39)
  • Using WebView from more than one process

    关于作者:CSDN内容合伙人、技术专家, 从零开始做日活千万级APP。 专注于分享各领域原创系列文章 ,擅长java后端、移动开发、商业变现、人工智能等,希望大家多多支持。 未经允许不得转载 我们继续总结学习 遇到的问题 ,温故知新。 今天遇到一个线上问题,启动就闪退

    2024年03月11日
    浏览(46)
  • Android adb:“more than one device/emulator“解决办法

    原因就是当前已经连接多台设备。 如下:有多个设备 选择一个设备,后面加上需要操作的命令即可: 添加-s和设备名 下面以查看cpu架构为例: 输出:

    2024年02月03日
    浏览(40)
  • adb 出现 adb.exe: more than one device/emulator 解决方法

    adb.exe: more than one device/emulator  提示多个设备连接多个设备模拟器   查看后 设备是打开状态 我是用以下命令解决的:依次输入以下命令,再重新启动模拟器  

    2024年02月12日
    浏览(44)
  • PostgreSQL. 异常“more than one owned sequence found”的解决方案

    执行数据库操作时,主键id没有自增,且报“more than one owned sequence found”的异常,造成数据没有insert进去,下面是详细的异常信息: 而且,使用 Navicat 客户端手动插入一条数据时,也是弹框报错“more than one owned sequence found”。 1、首先,查询重复的 “SEQUENCE”,查询语句如下

    2024年02月04日
    浏览(51)
  • ES5节点假死,内核日志报INFO: task blocked for more than 120 seconds.

    es集群里有一台机器,突然cpu load飙到 21左右(8core cpu),但是cpu使用率会变成0,且同时io 等使用率全部变为0.这种状态不可以自己恢复,除非重启。es没有判断出节点有问题,整个集群不可以访问,所有操作都超时,包括cat集群信息等接口,直到重启机器。这种情况下节点已

    2024年02月06日
    浏览(36)
  • RuntimeWarning: More than 20 figures have been opened. Figures created through the pyplot interface

    使用 matplotlib 绘制多幅图出现如下问题 RuntimeWarning: More than 20 figures have been opened. Figures created through the pyplot interface ( matplotlib.pyplot.figure ) are retained until explicitly closed and may consume too much memory. (To control this warning, see the rcParam figure.max_open_warning). fig, ax = plt.subplots(figsize=(10, 10)) 。

    2024年02月13日
    浏览(42)
  • 中央仓库更新失败,IDEA报错repository is non-nexus repo, or does not indexed

    某个仓库未被识别为 Nexus 仓库,或者没有被正确地索引。导致引入依赖一直爆红,找不到。只有本地仓库的依赖没报错,因为下载过了,添加新的依赖就需要到远程仓库找就爆红。   解决  去阿里云Maven官网看了一下,发现阿里云maven仓库地址改了,修改一下。 然后发现引入

    2024年02月10日
    浏览(35)
  • ValueError: Expected more than 1 value per channel when training, got input size torch.Size([1, 128]

    因为用到了BatchNorm,所以batch_size要大于1,drop_last 参数设置为True。 如果是两个GPU训练,batch_size改为4。 参考 ValueError: Expected more than 1 value per channel when training, got input size [1, 16, 1, 1](解决方案) Pytorch遇到报错Expected more than 1 value per channel when training, got input size torch.Size

    2024年01月16日
    浏览(39)
  • datax同步数据到ClickHouse时同步时间特别长,原因:Too many partitions for single INSERT block (more than 100).

    今天将 Hive 分区中数据同步到 ClickHouse 时,发现有的任务运行时间很短,但是有的任务运行时间特别长,看了一下数据量,发现有的接近千万条数据,但是几分钟就同步完了,但是有的才几万条数据,要同步半个多小时,还有的任务几百万条数据,甚至要同步四五个小时。开

    2023年04月08日
    浏览(43)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包