我在 Red Hat 6.3 上安装 VLC 时遇到问题
当我尝试使用
yum install vlc
一切都很顺利,直到最后它向我展示了这一点:
错误:软件包:vlc-2.0.3-6.el6.x86_64 (linuxtech-release) 要求:libminizip.so.1()(64bit)
错误:软件包:liblrdf-0.5.0-2.el6.x86_64 (linuxtech-release) 要求:ladspa
错误:软件包:libffado-2.1.0-0.8.20120325.svn2088.el6.x86_64 (linuxtech-release) 要求:libconfig++.so.8()(64bit)
我也不能使用
yum update
我正在 32 位处理器上运行,但我不知道出了什么问题。
好的,我已经安装了 live555 并再次尝试,没有任何反应,这是我的
yum whatprovides *BasicUsageEnviroment
`live555-devel-0-0.34.2012.01.25.el6.x86_64:live555.com 流媒体的开发文件:库 Repo:linuxtech-release 匹配自:文件名:/usr/include/BasicUsageEnvironment
live555-devel-0-0.34.2012.01.25.el6.i686:live555.com 流媒体的开发文件:库 Repo:linuxtech-release 匹配自:文件名:/usr/include/BasicUsageEnvironment
live555-devel-0-0.27.2010.04.09.el6.rf.x86_64:live555.com 流媒体的开发文件:库 Repo:rpmforge 匹配自:文件名:/usr/include/BasicUsageEnvironment
live555-devel-0-0.27.2012.02.04.el6.rf.x86_64:live555.com 流媒体的开发文件:库 Repo:rpmforge 匹配自:文件名:/usr/include/BasicUsageEnvironment
@quanta 问题仍然存在with yum install vlc
,很抱歉,但是我无法播放任何视频,它需要更新的编解码器,但我无法获得任何
@quanta 这是我的 yum repolist
repo id 仓库名称 状态 elrepo ELRepo.org 社区企业 Linux 仓库 - el6 219 epel 企业 Linux 6 额外软件包 - x86_64 7,774 linuxtech-release LinuxTECH.NET el6 生产仓库 934 rpmforge RHEL 6Server - RPMforge.net - dag 4,434 repolist: 13,361
输出是
设置安装过程 没有可用的软件包 vlc.i686。错误:无需执行任何操作
当我尝试使用yum --disablerepo=* --enablerepo=rpmforge install vlc
最后它向我展示了这一点
错误:软件包:libcaca-0.99-0.1.beta17.el6.rf.x86_64 (rpmforge) 要求:libglut.so.3()(64bit) 错误:软件包:dirac-1.0.2-1.el6.rf.x86_64 (rpmforge) 要求:libcppunit-1.12.so.1()(64bit)
笔记:yum install vlc.i686
也不起作用,它向我显示了更多错误:包
答案1
您正在 32 位操作系统上安装 64 位软件包。尝试以下操作:
rpm -ivh http://apt.sw.be/redhat/el6/en/i386/rpmforge/RPMS/vlc-1.1.13-1.el6.rf.i686.rpm
在我的 CentOS 上:
# yum whatprovides *BasicUsageEnvironment
...
live555-devel-0-0.27.2010.04.09.el5.rf.x86_64 : Development files for live555.com streaming libraries
Repo : rpmforge
Matched from:
Filename : /usr/include/BasicUsageEnvironment
live555-devel-0-0.27.2012.02.04.el5.rf.x86_64 : Development files for live555.com streaming libraries
Repo : rpmforge
Matched from:
Filename : /usr/include/BasicUsageEnvironment
因此,安装live555
并重试:
# rpm -ivh http://apt.sw.be/redhat/el6/en/i386/rpmforge/RPMS/live555-0-0.27.2012.02.04.el6.rf.i686.rpm http://apt.sw.be/redhat/el6/en/i386/rpmforge/RPMS/live555-devel-0-0.27.2012.02.04.el6.rf.i686.rpm