VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVD, Audio CD, VCD, and various streaming protocols.
This is guide, how to install VLC media player version 2.0.2 (32-bit and 64-bit) with YUM on Fedora 17/16/15, CentOS 6.2/6.1/6 and Red Hat (RHEL) 6.2/6.1
1. Switch to root user
su -c
##OR##
su
2. Get RPM Fusion repository
RPM Fusion repository for Fedora 15/16/17 both the free and the nonfree
yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
RPM Fusion repository for RHEL 6 or compatible like CentOS
rpm -Uvh http://download1.rpmfusion.org/free/el/updates/testing/6/i386/rpmfusion-free-release-6-0.1.noarch.rpm http://download1.rpmfusion.org/nonfree/el/updates/testing/6/i386/rpmfusion-nonfree-release-6-0.1.noarch.rpm

3. Check for repository update
[root@localhost ~]# yum repolist
[root@localhost ~]#yum check-update
##OR##
[root@localhost ~]#yum update
4. Install VLC media player 2.0.1
[root@localhost ~]#yum install vlc








10 comments:
Thanks Akshay... It was helpful :)
thanx man! youre a life-saver! :D
thanks for the post my dear friend.
what a star man, thank you :)
Works fine. Thanks.
Dude, you're the man! This is how it should be taught to newbies like us. Thanks a ton
sir it;s not installing vlc..its showing [Errno 256]no more mirrors to try...tell me wat to do
There's probably something wrong in your /etc/yum.repos.d
try running update with yum update if that doesn't work try yum clean all and yum repolist
thanks akshay
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
its showing me this ....what to do now
Post a Comment