Edit Info Other
Login

Diff for "FedoraThirdPartyRepos"

Differences between revisions 45 and 46
Revision 45 as of 2009-01-27 15:11:21
Size: 8161
Comment: Added contact information for some repositories
Revision 46 as of 2009-01-27 15:39:35
Size: 8348
Comment: Another bunch of contact info
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:
/!\ 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! /!\ 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!'''
Line 32: Line 32:
 * [[http://download.tuxfamily.org/acpacks/README|Acpacks]] - Acpacks only has Exaile-bzr (i386) packages. Exaile is a music manager and player for GTK+ written in Python.
 * [[http://elvn.getrpm.net/|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.
 * [[http://alphamail.sourceforge.net/alphamail-yum.html|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).
 * [[http://atrpms.net/|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.
[[http://download.tuxfamily.org/acpacks/README|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>
[[http://elvn.getrpm.net/|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>
[[http://alphamail.sourceforge.net/alphamail-yum.html|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).
[[http://atrpms.net/|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: [[http://lists.atrpms.net/mailman/listinfo/|A
Trpms Mailing Lists]]

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

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)