Hello Linux Geeksters. As you may know, the Linux Kernel 3.4.61 has been released a while ago. It brings a few improvements and new features, to the previous version. It is a little old, but it is good for older computers.
In this article I will show you how to install the Linux Kernel 3.4.61 on Ubuntu, Linux Mint, Elementary OS and Debian.
Because it is available via kernel.ubuntu.com as deb packages, installing the Linux Kernel 3.4.61 on Ubuntu, Linux Mint, Elementary OS and Debian is easy. Just follow the instructions for your system’s architecture, in order to get a successful installation.
How to install the Linux Kernel 3.4.61 on 32 bit Ubuntu, Linux Mint, Elementary OS and Debian systems:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.61-quantal/linux-headers-3.4.61-030461_3.4.61-030461.201309080234_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.61-quantal/linux-headers-3.4.61-030461-generic_3.4.61-030461.201309080234_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.61-quantal/linux-image-3.4.61-030461-generic_3.4.61-030461.201309080234_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.61-quantal/linux-image-3.4.61-030461-generic_3.4.61-030461.201309080234_i386.deb
Install the Linux Kernel 3.4.61:
$ sudo dpkg -i linux-headers* linux-image*
How to install the Linux Kernel 3.4.61 on 64 bit Ubuntu, Linux Mint, Elementary OS and Debian systems:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.61-quantal/linux-headers-3.4.61-030461_3.4.61-030461.201309080234_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.61-quantal/linux-headers-3.4.61-030461-generic_3.4.61-030461.201309080234_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.61-quantal/linux-image-3.4.61-030461-generic_3.4.61-030461.201309080234_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.61-quantal/linux-image-extra-3.4.61-030461-generic_3.4.61-030461.201309080234_amd64.deb
Install the Linux Kernel 3.4.61:
$ sudo dpkg -i linux-headers* linux-image*
Leave a Reply