Install Linux Kernel 3.16.37 LTS on Ubuntu 16.04. Linux kernel 3.16.37 LTS brings core networking updates, updated drivers and architecture improvements. It is released with a total of 294 files, with 3382 insertions and 2290 deletions. All users of the 3.16 kernel series should upgrade.
Linux Kernel 3.16.37 LTS
“I’m announcing the release of the 3.16.37 kernel. All users of the 3.16 kernel series should upgrade,” says Ben Hutchings. “The updated 3.16.y git tree can be found at: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.16.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git.”
Install Linux Kernel 3.16.37 LTS
On 32 Bit Systems
Run the following commands in Terminal to install Linux Kernel 3.16.37 LTS on 32 Bit Linux Ubuntu Systems:
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.16.37/linux-headers-3.16.37-031637_3.16.37-031637.201608231033_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.16.37/linux-headers-3.16.37-031637-generic_3.16.37-031637.201608231033_i386.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.16.37/linux-image-3.16.37-031637-generic_3.16.37-031637.201608231033_i386.deb
Once downloaded, run the following command to install Kernel.
$ sudo dpkg -i 'linux-headers-3.16*.deb' 'linux-image-3.16*.deb'
On 64 Bit Systems
Run the following commands in Terminal to install Linux Kernel 3.16.37 LTS on 64 Bit Linux Ubuntu Systems
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.16.37/linux-headers-3.16.37-031637_3.16.37-031637.201608231033_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.16.37/linux-headers-3.16.37-031637-generic_3.16.37-031637.201608231033_amd64.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.16.37/linux-image-3.16.37-031637-generic_3.16.37-031637.201608231033_amd64.deb
Once downloaded, run the following command to install Kernel.
$ sudo dpkg -i 'linux-headers-3.16*.deb' 'linux-image-3.16*.deb'
For further information see:
http://wiki.ubuntu.com/Kernel/MainlineBuilds
https://www.kernel.org/
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.16.37/