6

I recently upgrade from 14.10 to ubuntu 15.04 and I was expected also the kernel to be upgraded from 3.16 to 3.19, but this wasn't happened! Why this problem? can I do manually upgrade of kernel?

Braiam
  • 69,112
bazil
  • 61

1 Answers1

5

Open a terminal and type:

$ sudo apt-get install linux-generic

Restart and you should see on Grub that the kernel version should 3.19

jreptak
  • 111