解决 You could try using --skip-broken to work around&nb
(2013-05-16 20:03:38)
标签:
linuxyum教育 |
分类: Linux管理 |
报错:
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源
删掉原来的需要的包,重新安装
本文出自 “高负载,高并发,追求极限” 博客,请务必保留此出处http://jafy00.blog.51cto.com/2594646/74430