Hello Linux Geeksters. As you may know, the Linux Kernel 3.10.10 has been released a while ago. For more information, see the changelog.In this article I will show you how to install the Linux Kernel 3.10.10 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, Elementary OS 0.2 Luna, Debian Sid, Debian Jessie, Debian Wheezy, Debian Squeeze and many other Debian and Ubuntu derivates.

Because the needed packages are available as deb files on kernel.ubuntu.com, installing the Linux Kernel 3.10.10 on Ubuntu, Linux Mint, Elementary OS, Debian and derivates is easy. Follow the instructions for your system architecture, in order to get a successful installation.
How to install the Linux Kernel 3.10.10 on 32 bit Ubuntu, Linux Mint, Elementary OS and derivates:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.10-saucy/linux-headers-3.10.10-031010_3.10.10-031010.201308291422_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.10-saucy/linux-headers-3.10.10-031010-generic_3.10.10-031010.201308291422_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.10-saucy/linux-image-3.10.10-031010-generic_3.10.10-031010.201308291422_i386.deb
Install the Kernel 3.10.10:
$ sudo dpkg -i linux-headers* linux-image*
How to install the Linux Kernel 3.10.10 on 64 bit Ubuntu, Linux Mint, Elementary OS and derivates:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.10-saucy/linux-headers-3.10.10-031010_3.10.10-031010.201308291422_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.10-saucy/linux-headers-3.10.10-031010-generic_3.10.10-031010.201308291422_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.10-saucy/linux-image-3.10.10-031010-generic_3.10.10-031010.201308291422_amd64.deb
Install the Kernel 3.10.10:
$ sudo dpkg -i linux-headers* linux-image*