On Sunday 03 March 2002 14:36, Steve Fox wrote: >On Fri, 2002-03-01 at 22:45, garrick wrote: >> Try 'rpm -q kernel-2.4.18.2mdk' >> This is so that multiple kernels can be installed at the same time. > >You can do this with any other package that you have multiples installed >for and it will list all of them. >
But for kernel, (for example) kernel-enterprise-2.4.17.22mdk-1-1mdk, the package _name_ is kernel-enterprise-2.4.17.22mdk, while the versioning is the -1-1mdk, which is a scheme unique to the kernel package. You can also use: $ rpm "-qa kernel*" to list all kernel packages installed. (add "| sort" for more readable output) -- Chuck
