分类: LINUX
2011-11-21 15:05:01
在CentOS5下安装一个软件出现了如下错误:
Error: pkgKey 169 doesn't exist in repo base
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
yum update