In this Tutorial I will show you how to Install the Latest version of Kernel 4.9.9 On Ubuntu 16.04 LTS and LinuxMint The Latest stable...

In this Tutorial I will show you how to Install the Latest version of Kernel 4.9.9 On Ubuntu 16.04 LTS and LinuxMint
The Latest stable version of Kernel is 4.9.9 and it released on 9th February 2017.
Step 1: Download the deb files directly using wget ,copy the below commands and paste it in terminal one by one according to your cpu architecture
For 32 bit systems
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.9/linux-headers-4.9.9-040909_4.9.9-040909.201702090333_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.9/linux-headers-4.9.9-040909-generic_4.9.9-040909.201702090333_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.9/linux-image-4.9.9-040909-generic_4.9.9-040909.201702090333_i386.debFor 64 bit systems
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.9/linux-headers-4.9.9-040909_4.9.9-040909.201702090333_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.9/linux-image-4.9.9-040909-generic_4.9.9-040909.201702090333_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.9/linux-headers-4.9.9-040909-generic_4.9.9-040909.201702090333_amd64.deb
sudo dpkg -i linux-headers-4.9.9* linux-image-4.9.9*Step 3:Verify installed Version
After reboot,your new kernel will be installed and default,for checking use uname command
uname -r
Removing Kernel 4.9.9
For removing the Kernel 4.9.9 run the below command in terminal.sudo apt-get remove linux-headers-4.9.9-* linux-image-4.9.9-*
COMMENTS