Install Linux Kernel 4.6 (Stable) on Linux Mint
Section: System | Actuality: UnspecifiedLinus Torvalds introduced the Linux kernel release 4.6. List of changes in the kernel 4.6 can be found
Warning. The Linux kernel is a critical element of the system. To do the upgrade costs when one of your hardware devices is not working properly, and the new kernel may fix this problem. But at the same time installing a new kernel unnecessarily can lead to undesirable regressions, such as: no network connection, no sound or even the inability to boot the system, so install a new kernel on your own risk.
For 32-bit (single command):
cd /tmp; wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-headers-4.6.0-040600-generic_4.6.0-040600.201606100558_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-headers-4.6.0-040600_4.6.0-040600.201606100558_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-image-4.6.0-040600-generic_4.6.0-040600.201606100558_i386.deb; sudo dpkg -i *.deb
cd /tmp; wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-headers-4.6.0-040600-generic_4.6.0-040600.201606100558_amd64.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-headers-4.6.0-040600_4.6.0-040600.201606100558_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-image-4.6.0-040600-generic_4.6.0-040600.201606100558_amd64.deb; sudo dpkg -i *.deb
sudo update-grub
sudo update-burg
sudo reboot
uname -r
sudo apt-get purge linux-image-4.6-*
sudo update-grub
Edited by: Shekin - 20-06-2016, 03:24
Reason: Informatiom updated