Linux Kernel 4.1.9. Install Linux Kernel 4.1.9 on Ubuntu 15.04, Ubuntu 14.04 and Ubuntu Derivatives. Linux Kernel 4.1.9 can be installed on 32 Bit / 64 Bit Ubuntu Systems.
Linux Kernel 4.1.9 LTS comes with many networking improvements and ARM64 fixes. The release of Linux kernel 4.2.2 was announced by Greg Kroah-Hartman.
Linux Kernel 4.1.9 LTS brings some major networking improvements for the IPv4 and IPv6 protocols. Other Kernel fixes include netlink, mac80211, rds, nfc, sunrpc, tipc, and scheduler. Linux Kernel 4.1.9 also brings sound enhancements and filesystem updates to Btrfs, EXT4, CIFS, NFS, JBD2, HFS, HFS+ and eCryptfs.
In terms of hardware architecture, Linux kernel 4.1.9 LTS improvements include for ARM, ARM64, MIPS, PowerPC (PPC), s390, M32R, PA-RISC, UniCore-32, and x86 hardware architectures. It also brings drivers updates.
Install Linux Kernel 4.1.9 on 32 Bit Ubuntu
Run the following commands in Terminal to install Linux Kernel 4.1.9 on 32 bit Ubuntu and Ubuntu derivatives:
$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.9-unstable/linux-headers-4.1.9-040109_4.1.9-040109.201509291430_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.9-unstable/linux-headers-4.1.9-040109-generic_4.1.9-040109.201509291430_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.9-unstable/linux-image-4.1.9-040109-generic_4.1.9-040109.201509291430_i386.deb
$ sudo dpkg -i linux-headers-4.1*.deb linux-image-4.1*.deb
Install Linux Kernel 4.1.9 on 64 Bit Ubuntu
Run the following commands in Terminal to install Linux Kernel 4.1.9 on 64 bit Ubuntu and Ubuntu derivatives:
$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.9-unstable/linux-headers-4.1.9-040109_4.1.9-040109.201509291430_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.9-unstable/linux-headers-4.1.9-040109-generic_4.1.9-040109.201509291430_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.1.9-unstable/linux-image-4.1.9-040109-generic_4.1.9-040109.201509291430_amd64.deb
$ sudo dpkg -i linux-headers-4.1*.deb linux-image-4.1*.deb
Uninstall Kernel 4.1.9 From Ubuntu
Run the following commands to uninstall and remove Linux Kernel 4.1.9 from 32 bit / 64 bit Ubuntu and Ubuntu derivatives:
$ sudo apt-get remove linux-header-4.1* linux-image-4.1*
Image via Flickr Creative Commons