The Linux Kernel 4.3 is now available for the users, announced Linus Torvalds. This Linux Kernel version comes with plenty of fixes and improvements. This article will guide you to install or upgrade to Linux Kernel 4.3 in your Ubuntu or Linux Mint system.
Installation
For 32-Bit Systems
Download the .deb packages.
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-wily/linux-headers-4.3.0-040300_4.3.0-040300.201511020949_all.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-wily/linux-headers-4.3.0-040300-generic_4.3.0-040300.201511020949_i386.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-wily/linux-image-4.3.0-040300-generic_4.3.0-040300.201511020949_i386.deb
Install them.$ sudo dpkg -i linux-headers-4.3.0*.deb linux-image-4.3.0*.deb
Reboot the system.sudo reboot
For 64-Bit Systems
Download the .deb packages.
To uninstall,
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-wily/linux-headers-4.3.0-040300_4.3.0-040300.201511020949_all.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-wily/linux-headers-4.3.0-040300-generic_4.3.0-040300.201511020949_amd64.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-wily/linux-image-4.3.0-040300-generic_4.3.0-040300.201511020949_amd64.deb
Install them.$ sudo dpkg -i linux-headers-4.3.0*.deb linux-image-4.3.0*.deb
Reboot the system.sudo reboot
To uninstall,
sudo apt-get remove 'linux-headers-4.3.0*' 'linux-image-4.3.0*'
And for ARM?
ReplyDeleteWorks great! Thnx! :)
ReplyDeleteOn Arch kernel 4.3 works great!
ReplyDeleteIf I install new kernel to my ubuntu 14.04 - than my installed from third-party repository printer Canon MF-212 driver will no longer work?
ReplyDelete