Edit Info Other
Login

Diff for "FedoraThirdPartyRepos"

Differences between revisions 46 and 47
Revision 46 as of 2009-01-27 15:39:35
Size: 8348
Comment: Another bunch of contact info
Revision 47 as of 2009-01-27 16:19:55
Size: 8326
Comment: Another bunch of contact info. Removed repo no longer available.
Deletions are marked like this. Additions are marked like this.
Line 43: Line 43:
 * [[http://bugbear.blackfish.org.uk/~bruno/apt/|Bruno Postle]] - Various panoramic-image related packages.
 * [[http://www.city-fan.org/ftp/contrib/yum-repo/|city-fan.org]]
 * [[http://wiki.kagesenshi.org/moin.fcgi/CategoryPackages/CompizFusion|CompizFusion]] - Compiz Fusion 0.5.2 packages.
[[http://bugbear.blackfish.org.uk/~bruno/apt/|Bruno Postle]]
 
Various panoramic-image related packages.
  Contact: Bruno Postle <bruno AT postle DOT net>
[[http://www.city-fan.org/ftp/contrib/yum-repo/|city-fan.org]]
  Contact: Paul Howarth <paul AT city-fan DOT org>

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

CalcForge

  • Software related to TI calculators.

    Contact: Kevin Kofler <kevin DOT kofler AT chello DOT at>

Dr. Pixel

  • Contact: Dr Pixel <drpixel AT laposte DOT net>

Gemi

  • Mainly development tools, mathematics and audio software.

    Contact: Gerard Milmeister <gemi AT bluewin DOT ch>

Google

Kwizart

  • Experimental Repository for testing Fedora and/or RPM Fusion packages

    Contact: Nicolas Chauvet <kwizart AT rpmfusion DOT org>

Remi Collet

  • Mainly mysql, php and thuderbird related packages.

    Contact: Remi Collet <rpms AT famillecollet DOT com>

/!\ 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!

Acpacks

  • Acpacks only has Exaile-bzr (i386) packages. Exaile is a music manager and player for GTK+ written in Python.

    Contact: Nicholas Omann <alphacluster AT gmail DOT com>

Additional Packages for Enterprise Linux 5

  • Various packages, that can't be part of Extra Packages for Enterprise Linux (EPEL). They mostly originate in Livna repository.

    Contact: Lubomir Rintel <lkundrak AT v3 DOT sk>

AlphaMail

  • An accelerated web mail interface with a C++ middleware layer that is more effective than an IMAP proxy which is a highly scalable (10k+ users).

ATrpms

  • The original focus laid upon software used in natural sciences, especially in the field of high energy physics, e.g. tools for numerical programming or such for scientific publications. But since then this repository has included many non-scientific software titles, like system tools or multimedia packages, resulting in a far more generic repository.

    Contact: ATrpms Mailing Lists

Bruno Postle

  • Various panoramic-image related packages.

    Contact: Bruno Postle <bruno AT postle DOT net>

city-fan.org

  • Contact: Paul Howarth <paul AT city-fan DOT org>

Enabling other Third-Party Repositories

/!\ 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.

FedoraThirdPartyRepos (last edited 2023-11-14 09:37:58 by anonymous)