where i can check my kernel version and upgrade to latest version 12.04

Asked by shaiful azwan

how to check kernel version and upgrade to latest

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu software-center Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

uname -a

If you are fully updated you should see:

32bit:
Linux hostname 3.2.0-24-generic-pae #37-Ubuntu SMP Wed Apr 25 10:47:59 UTC 2012 i686 i686 i386 GNU/Linux

64bit:
Linux hostname 3.2.0-24-generic #37-Ubuntu SMP Wed Apr 25 08:43:22 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

HTH

Revision history for this message
Sam_ (and-sam) said :
#2

Open the dash and enter in search bar: system
System-Monitor - first tab: System will tell the current kernel.

https://help.ubuntu.com/12.04/ubuntu-help/unity-dash-intro.html

Alternatively in a terminal: ctrl+alt+t
Enter:
uname -r

New kernel or other package updates will be announced by update-manager.

Revision history for this message
shaiful azwan (shaiful-azwan) said :
#3

Thanks actionparsnip, that solved my question.