how to upgrade unbuntu kernel


Follow below steps to upgrade Ubuntu Kernel
#uname -a                                         #Check current Kernel version
#aptitude search linux-image              #Check which is the latest version
#aptitute install update
#aptitute install linux-iamge_***  -y
#reboot                                            #reboot the system to take effect the new change

No comments:

Post a Comment