The Linux Kernel 4.5-RC2 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.5-RC2 in your Ubuntu or Linux Mint system.
Installation
For 32-Bit Systems
Download the .deb packages.
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.5-rc2-wily/linux-headers-4.5.0-040500rc2_4.5.0-040500rc2.201601312230_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.5-rc2-wily/linux-headers-4.5.0-040500rc2-generic_4.5.0-040500rc2.201601312230_i386.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.5-rc2-wily/linux-image-4.5.0-040500rc2-generic_4.5.0-040500rc2.201601312230_i386.deb
Install them.$ sudo dpkg -i linux-headers-4.5*.deb linux-image-4.5*.deb
Reboot the system.sudo reboot
For 64-Bit Systems
Download the .deb packages.
To uninstall,
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.5-rc2-wily/linux-headers-4.5.0-040500rc2_4.5.0-040500rc2.201601312230_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.5-rc2-wily/linux-headers-4.5.0-040500rc2-generic_4.5.0-040500rc2.201601312230_amd64.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.5-rc2-wily/linux-image-4.5.0-040500rc2-generic_4.5.0-040500rc2.201601312230_amd64.deb
Install them.$ sudo dpkg -i linux-headers-4.5*.deb linux-image-4.5*.deb
Reboot the system.sudo reboot
To uninstall,
sudo apt-get remove 'linux-headers-4.5*' 'linux-image-4.5*'
Thanks Mandar
ReplyDeleteHi,
ReplyDeleteJust found your website and like it, thank you for posting.
Question: If I would do an unisnstall of the kernel, do you have to do anything to get the previous kernel working again or does it 'just work?'
I suppose you'd need to reboot, but anything besides that?
thanks from a newbie.
Mark