Hello Linux Geeksters. As you may know, the Linux Kernel 3.4.58 has been released today. For more information about this release, see the official changelog. In this article I will show you how to install the Linux Kernel 3.4.58 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, Debian Squeeze, Elementary OS, Knoppix, Crunchbang OS, Deepin and other Debian and Ubuntu based systems.

Because the deb packages needed for the installation of the Linux Kernel 3.4.58 are available via kernel.ubuntu.com, all we have to do is download the packages and install them with dpkg -i. Follow the instructions for your system’s architecture, in order to get a successful installation:
How to install the Linux Kernel 3.4.58 on 32 bit Ubuntu, Linux Mint and Debian derivates:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.58-quantal/linux-headers-3.4.58-030458_3.4.58-030458.201308150337_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.58-quantal/linux-headers-3.4.58-030458-generic_3.4.58-030458.201308150337_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.58-quantal/linux-image-3.4.58-030458-generic_3.4.58-030458.201308150337_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.58-quantal/linux-image-extra-3.4.58-030458-generic_3.4.58-030458.201308150337_i386.deb
Install the Kernel 3.4.58:
$ sudo dpki -i linux-headers-3.4.58* linux-image-extra-3.4.58*
How to install the Linux Kernel 3.4.58 on 64 bit Ubuntu, Linux Mint and Debian derivates:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.58-quantal/linux-headers-3.4.58-030458_3.4.58-030458.201308150337_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.58-quantal/linux-headers-3.4.58-030458-generic_3.4.58-030458.201308150337_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.58-quantal/linux-image-3.4.58-030458-generic_3.4.58-030458.201308150337_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.58-quantal/linux-image-extra-3.4.58-030458-generic_3.4.58-030458.201308150337_amd64.deb
Install the Kernel 3.4.58:
$ sudo dpki -i linux-headers-3.4.58* linux-image-extra-3.4.58*