[CentOS] 3rd party repositories

Sun Nov 3 15:36:13 UTC 2013
Bill Maltby (C4B) <centos4bill at gmail.com>

On Sun, 2013-10-27 at 11:14 -0500, Rob Townley wrote:
> Andrew,
> 
> $ yum --disablerepo=* --enablerepo=epel info kernel
> 
> Does not show any kernels except what is already installed.
> i suppose you have to enable testing and for that matter, looking in
> CentOS testing first would be better.

yum --disablerepo=* --enablerepo=epel\* info kernel\*

Elrepo has several sub-repositories defined:
[elrepo]
[elrepo-testing]
[elrepo-kernel]
[elrepo-extras]
> <snip>

Bill