Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1351647
  • 博文数量: 1334
  • 博客积分: 645
  • 博客等级: 上士
  • 技术积分: 5762
  • 用 户 组: 普通用户
  • 注册时间: 2012-07-25 16:56
文章分类

全部博文(1334)

文章存档

2014年(108)

2013年(1059)

2012年(169)

分类: 项目管理

2013-06-10 21:46:34





使用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 
 
问题解决!
------
出现场景:
旧版本没卸干净又装了新版本,包的依赖性乱了,出现损坏的包
rpm -e packagename 又删不掉

原文链接:
阅读(1355) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~