"The Linux Kernel 3.11.10 is now available for the users and with this, Linux Kernel Series 3.11.x has reached it's end of life. To receive any further updates, users should switch to Linux Kernel Series 3.12.x", announced Greg Kroah-Hartman.This Linux Kernel version comes with plenty of fixes and improvements with respect to USB fixes and Bluetooth updates (Refer to this article for more details). This article will guide you to install or upgrade to Linux Kernel 3.11.10 in your Ubuntu or Linux Mint system.
Installation
For 32-Bit Systems
Download the .deb file.wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.10-saucy/linux-headers-3.11.10-031110-generic_3.11.10-031110.201311291453_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.10-saucy/linux-headers-3.11.10-031110_3.11.10-031110.201311291453_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.10-saucy/linux-image-3.11.10-031110-generic_3.11.10-031110.201311291453_i386.deb
Install it.
sudo dpkg -i linux-headers-3.11.10-*.deb linux-image-3.11.10-*.deb
Reboot the system.
sudo reboot
For 64-Bit Systems
Download the .deb files.wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.10-saucy/linux-headers-3.11.10-031110-generic_3.11.10-031110.201311291453_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.10-saucy/linux-headers-3.11.10-031110_3.11.10-031110.201311291453_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.10-saucy/linux-image-3.11.10-031110-generic_3.11.10-031110.201311291453_amd64.deb
Install it.
sudo dpkg -i linux-headers-3.11.10-*.deb linux-image-3.11.10-*.deb
Reboot the system.
sudo reboot
To uninstall,
sudo apt-get purge linux-headers-3.11.10-* linux-image-3.11.10-*
0 comments:
Post a comment