Hello Linux Geeksters. The Linux Kernel 3.10.17 has been officially released a few hours ago. For more information, see the official release notes.
In this article I will show you how to install Kernel 3.10.17 on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Debian Jessie, Debian Sid, Debian Wheezy, Pear OS 8, Pear OS 7 and Elementary OS 0.2 Luna.
There is no repository available for Kernel 3.10.17, but we can easily download the needed packages from kernel.ubuntu.com and install them with dpkg. Follow the instructions for your system’s architecture exactly, in order to get a successful installation.
How to install Kernel 3.10.17 on 32 bit Ubuntu, Linux Mint, Debian, Elementary OS and Pear OS:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.17-saucy/linux-headers-3.10.17-031017_3.10.17-031017.201310181435_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.17-saucy/linux-headers-3.10.17-031017-generic_3.10.17-031017.201310181435_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.17-saucy/linux-image-3.10.17-031017-generic_3.10.17-031017.201310181435_i386.deb
Install Kernel 3.10.17:
$ sudo dpkg -i linux-headers-3.10.17*.deb linux-image-3.10.17*.deb
How to install Kernel 3.10.17 on 64 bit Ubuntu, Linux Mint, Debian, Elementary OS and Pear OS:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.17-saucy/linux-headers-3.10.17-031017_3.10.17-031017.201310181435_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.17-saucy/linux-headers-3.10.17-031017-generic_3.10.17-031017.201310181435_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.17-saucy/linux-image-3.10.17-031017-generic_3.10.17-031017.201310181435_amd64.deb
Install Kernel 3.10.17:
$ sudo dpkg -i linux-headers-3.10.17*.deb linux-image-3.10.17*.deb
The dpkg invocations refer to the 3.10.16 debs!
thank you. i have fixed the mistake 😀