Install VLC Player on Linux – CentOS / Fedora / Ubuntu

vlc

This post is for beginners who wish to use VLC on Linux.

Few years back I started using Linux only for internet access (main intention was to avoid virus infection), lateron for all my office related work.

Only problem I faced was to play Divx / Avi files on Linux.  I knew VLC is available for Linux but never tried. Following two line commands can install VLC on CentOS / Fedora.

CentOS 6

rpm -ivh http://apt.sw.be/redhat/el6/en/i386/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.i686.rpm
yum install vlc -y

CentOS 5

rpm -ivh http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.5.2-2.el5.rf.i386.rpm
yum install vlc -y

Fedora

rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
yum install vlc -y

Ubuntu
update manager –> settings –> ubuntu software –> community maintained open source software (universe)
OR
You can append universe at the end of source list in /etc/apt/sources.list

#changed from
deb http://archive.ubuntu.com/ubuntu/ oneiric main restricted
deb http://security.ubuntu.com/ubuntu/ oneiric-security main restricted
deb http://archive.ubuntu.com/ubuntu/ oneiric-updates main restricted
 
#to
deb http://archive.ubuntu.com/ubuntu/ oneiric main restricted universe
deb http://security.ubuntu.com/ubuntu/ oneiric-security main restricted universe
deb http://archive.ubuntu.com/ubuntu/ oneiric-updates main restricted universe


if you find any missing point in here, please let us know in comment section or tweet us at @linuxreaders. To get more articles like this, subscribe to our RSS feeds / Mails.

Article by Dhaval Thakar

Hi, I am Linux Admin. You'll find my articles small & without much descriptions.
Read 218 articles by
  • Pingback: Play Divx / Mp3 on Fedora 13 | LinuxReaders

  • yogi

    thnkx

  • http://www.iist.ac.in Shahid

    Hi Dhaval, my question relates to your ‘avoid virus’ need. Can one do the same using Virtual Linux (say via VMWare) on a Windows-XP box.

  • http://www.linuxreaders.com dhaval thakar

    I assume this is not possible, as you’ll be running internet connection via windows machine (routing), basically internet is available on windows machine. You still need Antivirus. Still this will reduce number of infection as you’ll be surfing on Linux.

    If you are planning to try Linux before switching, this could be proper way. Or download Ubuntu / Fedora LiveCD and try.

Archives

Categories

Page optimized by WP Minify WordPress Plugin