我如何在RHEL 6.3上安装VLC?

在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 streaming:libraries的开发文件Repo:linuxtech-release匹配来自:文件名:/ usr / include / BasicUsageEnvironment

live555-devel-0-0.34.2012.01.25.el6.i686:live555.com streaming的开发文件:libraries Repo:linuxtech-release匹配来自:文件名:/ usr / include / BasicUsageEnvironment

live555-devel-0-0.27.2010.04.09.el6.rf.x86_64:live555.com streaming:libraries的开发文件Repo:rpmforge匹配自:文件名:/ usr / include / BasicUsageEnvironment

live555-devel-0-0.27.2012.02.04.el6.rf.x86_64:live555.com streaming:libraries的开发文件Repo:rpmforge匹配自:文件名:/ usr / include / BasicUsageEnvironment

@quanta它仍然坚持with yum install vlc ,抱歉的人,但我不能运行我的任何video它需要更新的编解码器,我不能得到任何

@quanta这里是我的百胜repolist

repo id repo name status elrepo ELRepo.org Community Enterprise Linux Repository – el6 219 epel Enterprise Linux 6的额外软件包 – x86_64 7,774 linuxtech-release LinuxTECH.NET el6 production repo 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()(64位)错误:包:dirac-1.0.2-1.el6.rf.x86_64 rpmforge)需要:libcppunit-1.12.so.1()(64bit)

注意yum install vlc.i686不起作用,它显示了我更多错误:包

您正在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