What kernel version comes with Ubuntu 11.04?
Asked
Active
Viewed 4,190 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
- 73,717
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
- 72,312
Jorge Pinho
- 1,228