What kernel version comes with 11.04? [duplicate]

What kernel version comes with Ubuntu 11.04?


Solution 1:

The upstream kernel version shipped in 11.04 is 2.6.38.

You can look at the package source in Launchpad to see other versions for each release.

Solution 2:

You can see which kernel version is currently running by checking these commands on terminal:

cat /proc/version

or

uname -r

or

uname -a