Hello Linux Geeksters. As you may know, the Linux Kernel 3.4.60 has been released a while ago.

In this article I will show you how to install the Linux Kernel 3.4.60 on Ubuntu, Linux Mint, Elementary OS, Debian and Ubuntu / Debian derivates.
Because it is available via kernel.ubuntu.com as deb files, installing Kernel 3.4.60 on Ubuntu, Linux Mint, Elementary OS, Debian and derivates is easy. Follow the instructions for your system’s architecture exactly, in order to get a successful installation.
How to install Kernel 3.4.60 on 32 bit Ubuntu, Linux Mint, Elementary OS, Debian and derivates:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.60-quantal/linux-headers-3.4.60-030460_3.4.60-030460.201308291446_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.60-quantal/linux-headers-3.4.60-030460-generic_3.4.60-030460.201308291446_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.60-quantal/linux-image-3.4.60-030460-generic_3.4.60-030460.201308291446_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.60-quantal/linux-image-extra-3.4.60-030460-generic_3.4.60-030460.201308291446_i386.deb
Install the Linux Kernel 3.4.60:
$ sudo dpkg -i linux-headers* linux-image*
How to install Kernel 3.4.60 on 64 bit Ubuntu, Linux Mint, Elementary OS, Debian and derivates:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.60-quantal/linux-headers-3.4.60-030460_3.4.60-030460.201308291446_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.60-quantal/linux-headers-3.4.60-030460-generic_3.4.60-030460.201308291446_amd64.deb
$ wget -ckernel.ubuntu.com/~kernel-ppa/mainline/v3.4.60-quantal/linux-image-3.4.60-030460-generic_3.4.60-030460.201308291446_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.60-quantal/linux-image-extra-3.4.60-030460-generic_3.4.60-030460.201308291446_amd64.deb
Install the Linux Kernel 3.4.60:
$ sudo dpkg -i linux-headers* linux-image*