Is there any decent repositories for CentOS or Fedora?

6,868

Solution 1

There are also lots of not so active / small repos for some specific applicationss. You could try digging thru opensuse build farms or just google with two keywords like:

repoview "jump to letter"

Solution 2

I haven't used Fedora in quite some time, but I use CentOS a lot, and swear by the RPMForge repositories. The CentOS Wiki has instructions for setting up "repository protections" that will stop RPMForge from replacing core CentOS packages that it has bigger version numbers for. This makes it quite safe to add the RPMForge repo

(I had to insert the link as a comment because new users are not allowed to post links.)

Solution 3

rpmfusion.org is a very good repo for Fedora. RPM Fusion is a merger of Dribble, Freshrpms, and Livna.

Solution 4

Centos has a few repos of its own; RedHat sponsors Epel which contains a limited, but high quality number of Fedora packages ported to RHEL.

Solution 5

I have found Dag Wieers repository useful.

Share:
6,868

Related videos on Youtube

pablasso
Author by

pablasso

I'm a software engineer based in Guadalajara, Mexico mostly writing Python. https://pablasso.com

Updated on September 17, 2022

Comments

  • pablasso
    pablasso over 1 year

    I'm known as a hater of RPM/Yum based OS, just because i think their lacking of decent package repositories (at least for recent software).

    While in Debian/Ubuntu, there are a lot of good repositories with recent packages. I'm not "bleeding edge" admin (for that i could use Gentoo) i just don't like being forced to install things from source or trust any random RPM found on the web.

    I know any decent sysadmin should be able to maintain is own repositories, but since I'm mainly a programmer i like to leave this work to a 3rd party.

    What are your choices to maintain software/repositories on CentOS/Fedora?

    • Antoine Benkemoun
      Antoine Benkemoun almost 15 years
      I know what that feels like ! "Oh no XXXX package ?! that's ridiculous it's been in the Debian repo for years !"
  • Walter K
    Walter K almost 15 years
  • Shaheryar
    Shaheryar almost 15 years
    rpmfusion makes it VERY easy to add your favorite applications.