VLC on Linux

vlc 150x150 VLC on Linux

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.

For CentOS

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

For Fedora

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

Related posts:

  1. Ubuntu USB Boot for Linux / Windows
  2. Free Linux RAM
  3. NTP Client on CentOS
  4. Special Purpose Linux Distributions
  5. Linux as Internet Gateway

Subscribe to LinuxReaders

rss twitter mail google buzz facbook stumble digg

4 Comments

  1. Shahid says:

    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.

  2. 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.

  3. [...] You can also install vlc Related Posts:VLC on LinuxPlay MP3 files on Ubuntu 9.10Upgrade Fedora 12 to 13 -using shellUpgrade Fedora 12 to 13 – 64bitUpgrade Fedora 11 to 12 -using shellPowered by Contextual Related Postsreddit_url = http://www.linuxreaders.com/2010/05/28/play-divx-mp3-on-fedora-13/;reddit_title = Play+Divx+%2F+Mp3+on+Fedora+13;reddit_newwindow='1';ShareSave Share and Enjoy: [...]

Leave a Reply