Linux Kernel 4.7.3 Released. Download and install Linux Kernel 4.7.3 on Ubuntu 16.04 Systems. Linux Kernel 4.7.3 has been released with Btrfs and AMDGPU Improvements, Intel i915, and many updated drivers for Linux Systems.
Announcing the Linux Kernel 4.7.3 release:
“I’m announcing the release of the 4.7.3 kernel. All users of the 4.7 kernel series must upgrade,” says Greg Kroah-Hartman. “The updated 4.7.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.7.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary.”
Install Linux Kernel 4.7.3 on Ubuntu
On 64 Bit Systems
Run the following commands in Terminal to install/build Linux Kernel 4.7.3 for amd64 Systems:
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.7.3/linux-headers-4.7.3-040703_4.7.3-040703.201609070334_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.7.3/linux-headers-4.7.3-040703-generic_4.7.3-040703.201609070334_amd64.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.7.3/linux-image-4.7.3-040703-generic_4.7.3-040703.201609070334_amd64.deb
$ sudo dpkg -i 'linux-headers-4.7*.deb' 'linux-image-4.7*.deb'
$ sudo reboot
On 64 Bit Systems
Run the following commands in Terminal to install/build Linux Kernel 4.7.3 for i386 Systems:
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.7.3/linux-headers-4.7.3-040703_4.7.3-040703.201609070334_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.7.3/linux-headers-4.7.3-040703-generic_4.7.3-040703.201609070334_i386.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.7.3/linux-image-4.7.3-040703-generic_4.7.3-040703.201609070334_i386.deb
$ sudo dpkg -i 'linux-headers-4.7*.deb' 'linux-image-4.7*.deb'
$ sudo reboot
Uninstall Linux Kernel 4.7.3 from Ubuntu
If you want to uninstall and remove Linux Kernel 4.7.3 from Ubuntu Systems, run the command given below:
$ sudo apt-get remove 'linux-headers-4.7*' 'linux-image-4.7*'