Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1172680
  • 博文数量: 150
  • 博客积分: 2739
  • 博客等级: 少校
  • 技术积分: 2392
  • 用 户 组: 普通用户
  • 注册时间: 2010-12-07 12:28
文章分类

全部博文(150)

文章存档

2015年(2)

2014年(16)

2013年(10)

2012年(58)

2011年(64)

分类: LINUX

2011-08-30 18:54:26

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

 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.
就是说有剩余的未完成的事务,可以先运行yum-complete-transaction 
       解决:      yum install yum-utils
                       yum-complete-transaction 
                       yum clean all
        这就就可以了

# 清除可能存在的重复包

package-cleanup –dupes

# 清除可能存在的损坏包

package-cleanup –problems

阅读(698) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~