LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   vlc on rhel 5 (https://www.linuxquestions.org/questions/linux-general-1/vlc-on-rhel-5-a-851169/)

Swapnil Navaghan 12-19-2010 01:26 AM

vlc on rhel 5
 
I installed RHEL 5. I tried to install vlc player.
but due to depedendencies of library caused to failure.
can any1 tell me how to install vlc or any other player on rhel5 with their links and where to get libraries required?

carltm 12-19-2010 05:51 AM

Red Hat doesn't have VLC or the libraries needed. You can add the
rpmforge repository which does have VLC and more. This command will
set up the repo:
Code:

rpm -Uhv http://apt.sw.be/redhat/el5/en/`uname -i`/rpmforge/RPMS/rpmforge-release-0.5.1-1.el5.rf.`uname -i`.rpm
Then this will install VLC:
Code:

yum install vlc

knudfl 12-19-2010 07:04 AM

A valid URL for Rpmforge is
i386 http://packages.sw.be/rpmforge-relea...l5.rf.i386.rpm

x86_64 http://packages.sw.be/rpmforge-relea....rf.x86_64.rpm



But how about the "RealPlayerGold" : Everything is included, "no dependencies" :
EL 5 version http://www.real.com/realcom/R?href=h...ayer11GOLD.rpm

# rpm -Uvh --nodeps RealPlayer11GOLD.rpm
Reason for --nodeps : Will ask for a non existing package 'lsb'.

..

honeybadger 12-19-2010 07:15 AM

What I would suggest is install wine and run winduhs binary. Works for me.


All times are GMT -5. The time now is 07:16 PM.