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*

  

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM