So everyone who uses CentOS knows the default repositories have their limits. I've been using rpmforge for years as a secondary repo. I usually use yum priorities to make sure rpmforge never installs something the base repo can take care of. Recently I came across a need to install EPEL as a tertiary repo. Is EPEL kept more up to date than rpmforge or in any way better? Should I be using that instead of rpmforge?

link|improve this question

72% accept rate
1  
Every time you ask this question, a penguin dies. – Ignacio Vazquez-Abrams Dec 4 '10 at 6:32
feedback

1 Answer

up vote 2 down vote accepted

My understanding is that EPEL is more for hardware based packages, like graphics drivers, and rpmforge is for those "other" packages that might be popular in the linux community, but not a part of CentOS's default repos, like htop.

I do think, however, that rpmforge has recently changed the way their repos are managed to where the default repo enabled doesn't have packages that would conflict with the CentOS repos, supposedly negating the need for yum-priorities, but I haven't seen much documentation on this. I think EPEL does this too.

link|improve this answer
Thanks, I'll have to look into that priorities thing...sounds like a positive development! – CarpeNoctem Dec 8 '10 at 10:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.