The Linux Kernel 4.1.0 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.1.0 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.1-unstable/linux-headers-4.1.0-040100_4.1.0-040100.201506220235_all.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-unstable/linux-headers-4.1.0-040100-generic_4.1.0-040100.201506220235_i386.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-unstable/linux-image-4.1.0-040100-generic_4.1.0-040100.201506220235_i386.deb
Install them.$ sudo dpkg -i linux-headers-4.1.0*.deb linux-image-4.1.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.1-unstable/linux-headers-4.1.0-040100_4.1.0-040100.201506220235_all.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-unstable/linux-headers-4.1.0-040100-generic_4.1.0-040100.201506220235_amd64.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-unstable/linux-image-4.1.0-040100-generic_4.1.0-040100.201506220235_amd64.deb
Install them.$ sudo dpkg -i linux-headers-4.1.0*.deb linux-image-4.1.0*.deb
Reboot the system.sudo reboot
To uninstall,
sudo apt-get remove 'linux-headers-4.1.0*' 'linux-image-4.1.0*'
This kernel is maked as "unstable".
ReplyDeleteAdamN
Hello, what you mean? It is not RC.
DeleteI've used your instructions before (for 3.17), it was really helpful.
ReplyDeleteI've made a little script to handle the name changes on each release and ease the new kernel's test each time :)
Here it is: https://gist.github.com/ivanalejandro0/cefa07dc0c16341cf09e I hope it's useful for someone.
I've made update to this Kernel version. It's a stable one even the link told us "unstable". It seemd everything It's ok after update. Thanks for posting kernel updates. Kernel 4.0.3 was updated also from here :)
ReplyDelete