1、centos7的系统的yum 更新系统报错:

--> 解决依赖关系完成
错误:initscripts conflicts with centos-release-7-3.1611.el7.centos.x86_64
您可以尝试添加 --skip-broken 选项来解决该问题
您可以尝试执行:rpm -Va --nofiles --nodigest

解决办法:

http://www.ityww.cn/1161.html

[root@localhost ~]# yum update --exclude=kernel* --exclude=centos-release* --exclude=initscripts*

 

相关文章:

  • 2022-12-23
  • 2021-08-13
  • 2022-02-04
  • 2021-07-08
  • 2022-12-23
  • 2021-04-07
  • 2022-12-23
  • 2021-07-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
  • 2022-03-05
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案