免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3407 | 回复: 2
打印 上一主题 下一主题

[服务应用] Centos6.2 yum update vlc错误 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2012-06-03 11:14 |显示全部楼层 |倒序浏览
系统:Centos6.2

安装VLC之后,不能打开mkv文件。

yum update 有如下问题


Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package libdvbpsi.i686 0:0.1.7-1.el6.rf will be updated
--> Processing Dependency: libdvbpsi.so.6 for package: vlc-1.1.13-1.el6.rf.i686
---> Package libdvbpsi.i686 0:0.2.2-2.el6 will be an update
---> Package libebml.i686 0:1.0.0-1.el6.rf will be updated
--> Processing Dependency: libebml.so.2 for package: vlc-1.1.13-1.el6.rf.i686
---> Package libebml.i686 0:1.2.1-1.el6 will be an update
---> Package libmatroska.i686 0:1.0.0-1.el6.rf will be updated
--> Processing Dependency: libmatroska.so.2 for package: vlc-1.1.13-1.el6.rf.i686
---> Package libmatroska.i686 0:1.2.0-1.el6 will be an update
---> Package libmodplug.i686 0:0.8.7-1.el6.rf will be updated
--> Processing Dependency: libmodplug.so.0 for package: vlc-1.1.13-1.el6.rf.i686
---> Package libmodplug.i686 1:0.8.8.3-2.el6 will be an update
---> Package libupnp.i686 0:1.6.6-1.el6.rf will be updated
--> Processing Dependency: libthreadutil.so.2 for package: vlc-1.1.13-1.el6.rf.i686
--> Processing Dependency: libupnp.so.3 for package: vlc-1.1.13-1.el6.rf.i686
---> Package libupnp.i686 0:1.6.13-1.el6 will be an update
---> Package x264.i686 0:0.0.0-0.4.20101111.el6.rf will be updated
--> Processing Dependency: libx264.so.107 for package: vlc-1.1.13-1.el6.rf.i686
---> Package x264.i686 0:0.120-4.20120303.el6_bootstrap will be an update
--> Finished Dependency Resolution
Error: Package: vlc-1.1.13-1.el6.rf.i686 (@rpmforge)
           Requires: libthreadutil.so.2
           Removing: libupnp-1.6.6-1.el6.rf.i686 (@rpmforge)
               libthreadutil.so.2
           Updated By: libupnp-1.6.13-1.el6.i686 (epel)
               Not found
Error: Package: vlc-1.1.13-1.el6.rf.i686 (@rpmforge)
           Requires: libmatroska.so.2
           Removing: libmatroska-1.0.0-1.el6.rf.i686 (@rpmforge)
               libmatroska.so.2
           Updated By: libmatroska-1.2.0-1.el6.i686 (epel)
               Not found
Error: Package: vlc-1.1.13-1.el6.rf.i686 (@rpmforge)
           Requires: libmodplug.so.0
           Removing: libmodplug-0.8.7-1.el6.rf.i686 (@rpmforge)
               libmodplug.so.0
           Updated By: 1:libmodplug-0.8.8.3-2.el6.i686 (epel)
               Not found
Error: Package: vlc-1.1.13-1.el6.rf.i686 (@rpmforge)
           Requires: libx264.so.107
           Removing: x264-0.0.0-0.4.20101111.el6.rf.i686 (@rpmforge)
               libx264.so.107
           Updated By: x264-0.120-4.20120303.el6_bootstrap.i686 (rpmfusion-free-updates-testing)
               Not found
Error: Package: vlc-1.1.13-1.el6.rf.i686 (@rpmforge)
           Requires: libupnp.so.3
           Removing: libupnp-1.6.6-1.el6.rf.i686 (@rpmforge)
               libupnp.so.3
           Updated By: libupnp-1.6.13-1.el6.i686 (epel)
               Not found
Error: Package: vlc-1.1.13-1.el6.rf.i686 (@rpmforge)
           Requires: libdvbpsi.so.6
           Removing: libdvbpsi-0.1.7-1.el6.rf.i686 (@rpmforge)
               libdvbpsi.so.6
           Updated By: libdvbpsi-0.2.2-2.el6.i686 (rpmfusion-free-updates-testing)
               Not found
Error: Package: vlc-1.1.13-1.el6.rf.i686 (@rpmforge)
           Requires: libebml.so.2
           Removing: libebml-1.0.0-1.el6.rf.i686 (@rpmforge)
               libebml.so.2
           Updated By: libebml-1.2.1-1.el6.i686 (epel)
               Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest


这个问题有没有谁知道怎么解决?

论坛徽章:
0
2 [报告]
发表于 2012-06-10 17:27 |显示全部楼层
回复 7# to407



是这样的。
rpmfusion
和epel
同时提供了,产生冲突。

论坛徽章:
0
3 [报告]
发表于 2012-06-11 21:47 |显示全部楼层
回复 9# dooros


谢谢回复,我已经知道怎么办了。
之前看到有个解决方法:

Professional Board Member
Joined: 2009/9/24
From Brighton, UK
Posts: 3924
       
It's not really a bug but both rpmforge and EPEL supply versions of those two packages but VLC requires the ones from the same repo as itself to work. If you edit /etc/yum.repos.d/epel.repo and add

exclude=libupnp,libmodplug


in the [epel] stanza then it will fix the problem.


   
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP