On Tue, 2003-07-01 at 16:23, Brian Lalor wrote: > seth vidal wrote: > > >>"yum list kernel*" doesn't show the kernel-enterprise. Any ideas? > > > > > > shell * expansion > > > > try yum list kernel\* > > I should have said "yum list | grep -i kern" also doesn't show anything. "yum > list kernel\*" shows: > > Looking in Installed Packages: > Name Arch Version > -------------------------------------------------------------------------------- > kernel-enterprise i686 2.4.9-e.25 > kernel-headers i386 2.4.9-e.25 > kernel-source i386 2.4.9-e.25 > kernel-utils i386 2.4-6 > kernel-enterprise 2.4.9-e.3 is not showing up b/c yum shows the newest stuff available: since 2.4.9-e.25 is > 2.4.9-e.3 then .3 isn't listed and you've got 2.4.9-e.25 installed then it's not going to show that kernel-enterprise in the repository. to be quite honest this is one of the things I plan on fixing in yum at some point in the future. I'd like yum to list all available versions - no matter if you've got a greater one or not. it's not in the cards for immediate fix but it will happen when nevral gets overhauled to match up with the multilib changes. -sv