Chinaunix首页 | 论坛 | 博客
  • 博客访问: 293596
  • 博文数量: 57
  • 博客积分: 965
  • 博客等级: 准尉
  • 技术积分: 736
  • 用 户 组: 普通用户
  • 注册时间: 2011-08-24 10:22
文章分类

全部博文(57)

文章存档

2014年(2)

2013年(22)

2012年(25)

2011年(8)

分类: 系统运维

2013-06-19 14:19:01

今天使用yum安装cppunit-devel的时候出现如下报错:

 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 clean all
rpm --rebuilddb
yum update


        然后重新yum安装即可。
阅读(1809) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~