In this Tutorial I will show you how to Install the Latest version of Kernel 4.10.3 On Ubuntu 16.04 LTS and LinuxMint The Latest sta...
In this Tutorial I will show you how to Install the Latest version of Kernel 4.10.3 On Ubuntu 16.04 LTS and LinuxMint
The Latest stable version of Kernel is 4.10.3 and it released on 15th March 2017
Refer this LINK for changelog
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
For 64 bit systems
After reboot,your new kernel will be installed and default,for checking use uname command
Installation steps
The below commands will work on debian based systems.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.10.3/linux-headers-4.10.3-041003_4.10.3-041003.201703142331_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10.3/linux-headers-4.10.3-041003-generic_4.10.3-041003.201703142331_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10.3/linux-image-4.10.3-041003-generic_4.10.3-041003.201703142331_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10.3/linux-headers-4.10.3-041003_4.10.3-041003.201703142331_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10.3/linux-headers-4.10.3-041003-generic_4.10.3-041003.201703142331_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10.3/linux-headers-4.10.3-041003-generic_4.10.3-041003.201703142331_amd64.debStep 2: After successfull downloading install it
sudo dpkg -i linux-headers-4.10.3* linux-image-4.10.3*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.10.3
For removing the Kernel 4.10.3 run the below command in terminal or use synaptic package managersudo apt-get remove linux-headers-4.10.3-* linux-image-4.10.3-*
COMMENTS