Install vlcplayer in Linux
How to install vlcplayer? I know you may have faced problem installing vlcplayer on Linux. Here I will give an example to install vlcplayer through yum on RHEL5.3. Step 1: You first need to configure your local yum repository. Step 2: You can download rpmforge-release rpm which will configure rpmforge repository for you. The rpm can be downloaded You need to add a file named rpmforge.repo under /etc/yum.repos.d/ with the following content in it: [rpmforge] name = Red Hat Enterprise $releasever - RPM forge.net - dag #baseurl = http://apt.sw.be/redhat/el5/en/$basearch/dag mirrorlist = http://apt.sw.be/redhat/el5/en/mirrors-rpmforge enabled=1 protect=0 gpgcheck=0 Step 3: Execute the following command to install vlcplayer: [root@pxeclient yum.repos.d]# yum install vlc Loaded plugins: rhnplugin, security This system is not registered with RHN. RHN support will be disab...