How to enable RPM Fusion for CentOS 6.6?

How 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

Eric Ma

Eric is a systems guy. Eric is interested in building high-performance and scalable distributed systems and related technologies. The views or opinions expressed here are solely Eric's own and do not necessarily represent those of any third parties.

Leave a Reply

Your email address will not be published. Required fields are marked *