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?
Asked
Active
Viewed 6,566 times
1 Answers
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