This page lists many third party repositories available for Fedora. It can be useful to track previous packaging attempts or to ask 3rd party maintainers to join RPM Fusion.
The following repositories are known to work well with RPM Fusion.
Adobe Flash Player and Adobe Reader
Drivers, updates, OpenManage applications, as well as community-supported software.
Contact: Google Linux Repositories Help group.
PostgreSQL RPM Building Project
Contact: Kevin Kofler <kevin DOT kofler AT chello DOT at>
Contact: JPackage Mailing Lists
Contact: Rex Dieter <rdieter AT fedoraproject DOT org>
Contact: Russian Fedora Forums
Contact: Dan HorĂ¡k <dan AT danny DOT cz>
Contact: Gerard Milmeister <gemi AT bluewin DOT ch>
Contact: Nicolas Chauvet <kwizart AT gmail DOT com>
Tom 'spot' Callaway - Chromium
Contact: Tom 'spot' Callaway <tcallawa AT redhat DOT com >
Contact: Matthias Summer <webmaster AT beduine DOT de>
Contact: Remi Collet <rpms AT famillecollet DOT com>
The following repositories are known not to work well with RPM Fusion or their compatibility is unknown.
Mixing different RPM repositories that were not designed to be mixed can easily lead to problems. Use these repositories at you own risk if you have RPM Fusion enabled!
Contact: ATrpms Mailing Lists
Contact: Paul Howarth <paul AT city-fan DOT org>
Contact: Matteo Corti <matteo.corti AT id DOT ethz DOT ch>
Contact: Fabrice Bellet <fabrice AT bellet DOT info>
Contact: Francesco Laurita <francesco AT francesco-laurita DOT info>
Contact: Peter Hanecak <hany AT hany DOT sk>
Contact: Adam Miller <amiller AT gravity DOT phys DOT uwm DOT edu>
Contact: Levente Farkas <lfarkas AT lfarkas DOT org>
Contact: Forums and mailing lists
Contact: Morten Kjeldgaard <mok AT bioxray DOT dk>
Contact: Simone Caronni <negativo17 AT gmail.com>
Contact: Ismael Olea <ismael AT olea DOT org>
Contact: Paulo Roma <roma AT lcg DOT ufrj DOT br>
Professor Kriehn's Fedora Repository
Contact: Gregory R. Kriehn <gkriehn AT csufresno DOT edu> Notes: The repos webpage answers the "What about Enlightenment being integrated into the Fedora Repository?" question.
Contact: RPM Forge Mailing Lists
Contact: Sebastian Vahl <fedora AT deadbabylon DOT de>
Contact: Douglas E. Warner <silfreed AT silfreed DOT net>
Software Suspend on Linux / Fedora Core / RHEL
Contact: Matthias Hensler <matthias AT mhensler DOT de>
Contact: Pavlo Rudyi <paulcarroty AT riseup.net>
University of Nebraska-Lincoln stable repository
The following repositories are no longer updated to the currently maintained Fedora versions.
Contact: Christophe Polyte <drpixel AT laposte DOT net>
Contact: Alphonse Van Assche <alcapcom AT gmail DOT com>
Contact: Xavier Lamien <lxtnow AT gmail DOT com>
Contact: Michael Fleming <web AT thatfleminggent DOT com>; Michael Fleming <mfleming+rpm AT enlartenment DOT com>
RPM Fusion is specifically designed to work with Fedora only. Mixing with other third-party RPM repositories can very easily lead to problems. Enable them at you own risk!
In this case, you should seriously consider using the priorities yum plugin to enforce ordered protection of repositories. Packages installed from repositories with a higher priority will never be upgraded with packages from repositories with a lower priority. The priorities are also in effect when a new package is installed - if a package is in more than one repository, it will be installed from the repository with the highest priority.
To install the priorities plugin, use the following command:
yum install yum-priorities
To enable this plugin, make sure that you have plugins=1 in /etc/yum.conf and verify that the /etc/yum/pluginconf.d/priorities.conf file has the following content:
[main] enabled=1
If you want the plugin to protect high-priority repositories against obsoletes in low-priority repositories, enable the check_obsoletes boolean:
check_obsoletes=1
You can add priorities to repositories by adding the line:
priority=N
to a repository entry, where N is an integer number from 1 to 99. The default priority for repositories is 99. The repositories with the lowest number have the highest priority.
You should give a very high priority to Fedora and RPM Fusion repositories.