解决 You could try using --skip-broken to work around the problem,rpm -Va --nofiles --nodigest问题

来源:互联网 发布:js鼠标单击事件 编辑:程序博客网 时间:2024/04/29 04:51

今天yum update时 出现 一大堆类似如下错误提示:

Error: Package: freetds-0.91-1.el5.rf.i386 (rpmforge)
Requires: libodbcinst.so.1
Error: Package: python-psycopg-1.1.21-2.el5.rf.i386 (rpmforge)
Requires: libpq.so.4
Error: Package: python-daap-0.7.1-1.el5.rf.i386 (rpmforge)
Requires: python(abi) = 2.4
Removing: python-2.6.6-37.el6_4.i686 (@updates)
python(abi) = 2.6
Updated By: python-2.6.6-52.el6.i686 (updates)
python(abi) = 2.6
Available: python-2.6.6-51.el6.i686 (base)
python(abi) = 2.6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

解决方法如下:


yum clean all
rpm --rebuilddb
yum update


或者换一个yum源也行 添加源的方法 参见: http://blog.csdn.net/zqtsx/article/details/39207069 
删掉原来的需要的包,重新安装


如果上诉方法不能解决就是 软件 源文件包 不存在的问题了,直接添加第三方yum 源地址即可解决 方法 参见 摘取天上星的 CENTOS添加源 的文章 http://blog.csdn.net/zqtsx/article/details/39207069

0 0
原创粉丝点击