Install Linux Kernel 4.6 RC5 on Ubuntu 16.04, Ubuntu 15.04, Ubuntu 14.04 and Derivatives. Terminal commands to install Kernel 4.6 RC on 32 bit/64 bit Ubuntu and Ubuntu Derivative Systems.
How to install Kernel 4.6 RC on 32 bit Ubuntu and derivative systems:
Run the following commands to install Linux Kernel 4.6 RC5 on 32 Bit Ubuntu Systems:
$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-rc5-wily/linux-headers-4.6.0-040600rc5_4.6.0-040600rc5.201604242031_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-rc5-wily/linux-headers-4.6.0-040600rc5-generic_4.6.0-040600rc5.201604242031_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-rc5-wily/linux-image-4.6.0-040600rc5-generic_4.6.0-040600rc5.201604242031_i386.deb
$ sudo dpkg -i linux-headers-4.6*.deb linux-image-4.6*.deb
How to install Kernel 4.6 RC on 64 bit Ubuntu and derivative systems:
Run the following commands to install Linux Kernel 4.6 RC5 on 64 Bit Ubuntu Systems
$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-rc5-wily/linux-headers-4.6.0-040600rc5_4.6.0-040600rc5.201604242031_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-rc5-wily/linux-headers-4.6.0-040600rc5-generic_4.6.0-040600rc5.201604242031_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-rc5-wily/linux-image-4.6.0-040600rc5-generic_4.6.0-040600rc5.201604242031_amd64.deb
$ sudo dpkg -i linux-headers-4.6*.deb linux-image-4.6*.deb
Remove Linux Kernel 4.6 RC5
Run the following commands to uninstall and remove Linux Kernel 4.6 RC5 from Ubuntu Systems
$ sudo apt-get remove linux-headers-4.6* linux-image-4.6*