But, this can be helpful in case, one wish to upgrade/downgrade to the kernel of one's choice.
1. Check the current version of kernel on the system
user@localhost:~$ uname -a |
2. Search for the available supported kernels
user@localhost:~$ sudo apt-cache search linux-image |
3. Install the desired kernel
user@localhost:~$ sudo apt-get install linux-image-x.x.x-xx |
..............Done!!!