"The Linux Kernel 3.10.24 LTS is now available for the users and users should upgrade", announced Greg Kroah-Hartman.This Linux Kernel version comes with plenty of fixes and improvements with respect to ARM, USB, SCSI, ALSA and updated drivers (Refer to this article for more details). This article will guide you to install or upgrade to Linux Kernel 3.10.24 in your Ubuntu or Linux Mint system.
Installation
For 32-Bit Systems
Download the Deb packages.wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.24-saucy/linux-headers-3.10.24-031024-generic_3.10.24-031024.201312120235_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.24-saucy/linux-headers-3.10.24-031024_3.10.24-031024.201312120235_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.24-saucy/linux-image-3.10.24-031024-generic_3.10.24-031024.201312120235_i386.deb
Install them.sudo dpkg -i linux-headers-3.10.24-*.deb linux-image-3.10.24-*.deb
Reboot the system.sudo reboot
For 64-Bit Systems
Download the Deb packages.wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.24-saucy/linux-headers-3.10.24-031024-generic_3.10.24-031024.201312120235_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.24-saucy/linux-headers-3.10.24-031024_3.10.24-031024.201312120235_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.24-saucy/linux-image-3.10.24-031024-generic_3.10.24-031024.201312120235_amd64.deb
Install them.sudo dpkg -i linux-headers-3.10.24-*.deb linux-image-3.10.24-*.deb
Reboot the system.sudo reboot
To uninstall,
sudo apt-get purge linux-headers-3.10.24-* linux-image-3.10.24-*
0 comments:
Post a comment