12

What kernel version comes with Ubuntu 11.04?

Leonid
  • 264

2 Answers2

12

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.

Jorge Castro
  • 71,754
4

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

cat /proc/version

or

uname -r

or

uname -a
Zanna
  • 70,465
Jorge Pinho
  • 1,228