侧边栏壁纸
博主头像
硅锗博主等级

纵使改变,依然故我

  • 累计撰写 126 篇文章
  • 累计创建 83 个标签
  • 累计收到 10 条评论

目 录CONTENT

文章目录

CentOS踩坑epel重复问题

硅锗
2022-11-03 / 0 评论 / 0 点赞 / 594 阅读 / 67 字

问题

yum install的时候出现
Repository epel is listed more than once in the configuration

解决方法

在bash terminal中运行运行

grep epel /etc/yum.repos.d/*

找到重复的条目后注释掉其中一个

该问题容易在切换软件源后发生

0

评论区