报错截图:
CentOS Linux release 7.2.1511yum grouplist 报错处理
解决方案:

1、更新阿里yum源头
CentOS 5
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo
CentOS 6
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
CentOS 7
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo


2、yum clean all #清空缓存
3、yum makecache #重新生成缓存
4、查看是否还报错
yum group list

相关文章:

  • 2021-11-17
  • 2022-01-04
  • 2021-04-26
  • 2021-07-12
  • 2021-04-30
  • 2021-05-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-13
  • 2021-12-05
  • 2021-10-29
  • 2022-12-23
相关资源
相似解决方案