How to add RPM Fusion repository on CentOS 6.2

How to add RPM Fusion repository on CentOS 6.2

This tutorial will show you How to add RPM Fusion repository on CentOS 6.2. Adding RPM Fusion repository to CentOS 6.2 is pretty easy. It is important to add RPM Fusion to CentOS since this repository provides many useful applications for Fedora based Linux including CentOS 6.2

Steps to add RPM Fusion repository on CentOS 6.2

First, we need to enable EPEL repo on CentOS. To enable EPEL on CentOS, use the following command
su -c 'rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm'
For more information about EPEL repository, please read this Fedora Wiki page.
Now, use this command to enable RPM Fusion repository on CentOS 6
su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/el/updates/6/i386/rpmfusion-free-release-6-1.noarch.rpm http://download1.rpmfusion.org/nonfree/el/updates/6/i386/rpmfusion-nonfree-release-6-1.noarch.rpm'
Make sure you paste the command above in a single line.
OK that's it. Now RPM Fusion repository should be enabled on CentOS 6.2. Have a nice day