From IT Mission Linux Tips, Hacks, Tutorials, Howtos - Itmission.org

Main: RPM-Fusion-Repositories-for-Fedora-and-RedHat


RPM Fusion Repositories for Fedora and Red Hat

Installing Free and Nonfree Repositories

RPM Fusion provides software that the Fedora Project or Red Hat doesn't want to ship. That software is provided as precompiled RPMs for all current Fedora versions and Red Hat Enterprise Linux 5 and 6.

You need to enable EPEL on RHEL 5 & 6 or compatible distributions like CentOS before you enable RPM Fusion for EL

EPEL on RHEL 5 & 6

http://fedoraproject.org/wiki/EPEL/FAQ#howtouse

Fedora 15, 16 and 17:

 
su -c 'yum localinstall --nogpgcheck \
http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm \
http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'

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'

Reference : http://rpmfusion.org/Configuration


Retrieved from http://www.itmission.org/Main/RPM-Fusion-Repositories-for-Fedora-and-RedHat
Page last modified on August 21, 2012, at 06:55 AM