how to determine kernel version?

Bevan C. Bennett bevan at fulcrummicro.com
Wed Feb 25 17:26:58 UTC 2004


Dario Lesca wrote:
>>How can I tell what kernel version I have installed?
> 
> 
> rpm -q kernel --qf "%{NAME} %{ARCH}\n"

Why not just:
% rpm -q kernel kernel-smp
?

That should list all of the installed kernel packages.

To list the kernel version of your currently running kernel, use
% uname -r

That will display just the kernel version.





More information about the fedora-list mailing list