How to Play an AVI in Linux

By Marty Simmons

VLC will let you watch videos on the Linux desktop.
i arctic love image by Aaron Kohr from Fotolia.com

Linux has solutions for almost every task common in operating systems like Windows and Mac OS X. This includes media software for watching videos or listening to your music collection. Using VLC player, Linux users can watch their favorite videos. VLC can display most video file types, including AVI. However, every distribution has different instructions for installing VLC.

Install VLC On Ubuntu

Open a terminal window.

Run the command "sudo aptitude install vlc".

Answer yes to the download prompt and let the process complete. VLC is now installed under the Applications:Sound & Video menu if you are running GNOME.

Install VLC on CentOS

Open a terminal and run the command "wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el5.rf.i386.rpm". This is an installer to add the software repository RPMForge to CentOS.

Open the download location and double-click the RPM file. Enter the root password.

Allow the package manager to install the package. RPM Forge is a trusted repository, so you can ignore the warning about the certificate key not being present. However, if you want to have the the key, run the command "rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt" prior to opening the RPM.

Run the command "yum check-update" to refresh the repository list.

Run the command "yum install vlc". Answer yes to the prompt and let the process complete. VLC is now installed.

Install VLC on openSUSE

Open a browser and go the download section of the VLC site for openSUSE. (See Resources.)

Choose the 1-click installer for your version of openSUSE and download the installer.

Run the installer. Agree to any terms and be sure to import any keys when the installer asks.

Run VLC from the Applications menu under Multimedia.

Install VLC on Fedora

Open a terminal. Login as root using "su".

Run the command "rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm". Answer yes to any prompts.

Run the command "yum install vlc" and answer yes to install the packages. When the process is complete, VLC is installed under Applications and Sound & Video in the tool bar.

Install VLC on Gentoo

Open a terminal.

Run the command "sudo emerge vlc". Say yes to the prompts and let the installation complete.

Run VLC by typing "vlc" in a terminal.

×