What kernel version comes with Ubuntu 11.04?
Asked
Active
Viewed 4,138 times
2 Answers
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
-
2For other Ubuntu versions, look at http://packages.ubuntu.com/search?keywords=linux-generic – Lekensteyn Jun 19 '11 at 21:27
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