yum安装时出现 The program yum-complete-transaction is found in the yum-utils package

Yum安装时出现 The program yum-complete-transaction is found in the yum-utils package

yum之后,会显示上信息,并且最终执行结果失败

$ yum install yum-utils
$ yum-complete-transaction --cleanup-only
# 清除可能存在的重复包
$ package-cleanup --dupes
# 清除可能存在的损坏包
$ package-cleanup --problems
glibc-common-2.17-196.el7_4.2.x86_64 has missing requires of glibc = ('0', '2.17', '196.el7_4.2')
# 将上面列出的包卸载
$ rpm -e glibc-common-2.17-196.el7_4.2.x86_64

 

yum update时提示如下错误

  Error: initscripts conflicts with centos-release-7-2.1511.el7.centos.2.10.x86_64
  You could try using --skip-broken to work around the problem
  You could try running: rpm -Va --nofiles --nodigest

$ yum -y update --exclude=kernel* --exclude=centos-release* --exclude=initscripts*

  

 

相关文章:

  • 2021-05-22
  • 2021-07-03
  • 2022-01-03
  • 2022-12-23
  • 2022-01-18
  • 2022-02-17
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-01
  • 2022-01-14
  • 2022-12-23
  • 2021-05-21
  • 2021-11-15
  • 2021-07-16
相关资源
相似解决方案