There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.

回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.

文章 yehlu »

https://blog.51cto.com/wolfword/1306203

关于使用yum“The program package-cleanup is...”的解决办法
在使用yum 时总是有提示信息:
The program package-cleanup is found in the yum-utils package.
或者提示:
There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
The program yum-complete-transaction is found in the yum-utils package.
处理步骤:
# 安装 yum-complete-transaction
yum install yum-utils
# 运行 yum-complete-transaction
yum-complete-transaction --cleanup-only
# 清除可能存在的重复包
package-cleanup --dupes
# 清除可能存在的损坏包
package-cleanup --problems
问题解决!
回覆文章

回到「CentOS」