解决 You could try using --skip-broken to work around the problem

    运行yum的时候报错:转自:http://jafy00.blog.51cto.com/2594646/744306

   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源

  删掉原来的需要的包,重新安装


你可能感兴趣的:(CentOS5.8)