Linux Kernel 4.4.3 (Stable). Terminal commands to install Linux Kernel 4.4.3 on Ubuntu 15.10, Ubuntu 15.04, Ubuntu 14.04 and Ubuntu 14.10 Systems. Kernel 4.4.3 is the most advanced Kernel (Stable) released. It has been released with various new features and changes.
Install Linux Kernel 4.4.3 on Ubuntu
Linux kernel 4.4.3 has been released with numerous changes – 140 files, with 1,307 insertions and 585 deletions and fixes. Linux kernel 4.4.3 LTS comes with better support for various hardware architectures – ARM, ARM64 (AArch64), m32r, PowerPC, and x86. Kernel 4.4.3 also brings updated support for multiple drivers – iiO, IOMMU (I/O Memory Management Unit), NVDIMM, Phy, SCSI, iSCSI, TTY, and USB. Kernel 4.4.3 is the third maintenance release of Linux kernel 4.4 LTS.
Run the following commands to download and install the Linux Kernel 4.4.3 on Ubuntu Systems:
Install Kernel 4.4.3 on 32 Bit Ubuntu
$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.3-wily/linux-headers-4.4.3-040403_4.4.3-040403.201602251634_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.3-wily/linux-headers-4.4.3-040403-generic_4.4.3-040403.201602251634_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.3-wily/linux-image-4.4.3-040403-generic_4.4.3-040403.201602251634_i386.deb
$ sudo dpkg -i linux-headers-4.4*.deb linux-image-4.4*.deb
$ sudo apt-get remove linux-headers-4.4* linux-image-4.4*
Install Kernel 4.4.3 on 64 Bit Ubuntu
$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.3-wily/linux-headers-4.4.3-040403_4.4.3-040403.201602251634_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.3-wily/linux-headers-4.4.3-040403-generic_4.4.3-040403.201602251634_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.3-wily/linux-image-4.4.3-040403-generic_4.4.3-040403.201602251634_amd64.deb
$ sudo dpkg -i linux-headers-4.4*.deb linux-image-4.4*.deb
$ sudo apt-get remove linux-headers-4.4* linux-image-4.4*