How To Install The Linux Kernel 3.4.59 On Ubuntu, Linux Mint, Elementary OS, Debian And Derivates

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

Watch Free Movies

how to install the Linux Kernel 3.4.59 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, Knoppix, Crunchbang OS, Deepin

In this article I will show you how to install the Linux Kernel 3.4.59 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, Knoppix, Crunchbang OS, Deepin and many others.

Because the needed packages are as deb packages via kernel.ubuntu.com, installing the Linux Kernel 3.4.59 on Ubuntu, Linux Mint, Elementary Os and Debian is easy, because you don’t have to compile anything from sources. All you have to do is:

to install the Linux Kernel 3.4.59 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.59-quantal/linux-headers-3.4.59-030459_3.4.59-030459.201308201217_all.deb
kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.59-quantal/linux-headers-3.4.59-030459-generic_3.4.59-030459.201308201217_i386.deb
kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.59-quantal/linux-image-3.4.59-030459-generic_3.4.59-030459.201308201217_i386.deb
kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.59-quantal/linux-image-extra-3.4.59-030459-generic_3.4.59-030459.201308201217_i386.deb

Install Kernel 3.4.59:

$ sudo dpkg -i linux-headers* linux image*

to install the Linux Kernel 3.4.59 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.59-quantal/linux-headers-3.4.59-030459_3.4.59-030459.201308201217_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.59-quantal/linux-headers-3.4.59-030459-generic_3.4.59-030459.201308201217_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.59-quantal/linux-image-3.4.59-030459-generic_3.4.59-030459.201308201217_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.59-quantal/linux-image-extra-3.4.59-030459-generic_3.4.59-030459.201308201217_amd64.deb

Install Kernel 3.4.59:

$ sudo dpkg -i linux-headers* linux image*

Scroll to Top