How to enable RPM Fusion for CentOS 6.6?
Posted on In QAHow to enable RPM Fusion for CentOS 6.6?
Enable RPM fusion on RHEL 6 or compatible like CentOS:
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'
It will install https://fedoraproject.org/wiki/EPEL. If it fails to install EPEL automatically, you will need to install it manually.
Reference: http://rpmfusion.org/Configuration