Hello Linux Geeksters. As you may know, the Linux Kernel 3.4.57 has been released a while ago, bringing improvements and features to the previous version, Kernel 3.4.56. For a list of changes and improvements, see this page.
In this article I will show you how to install the Linux Kernel 3.4.47 on Ubuntu, Linux Mint, Debian, Elementary OS, Knoppix, Crunchbang OS, Deepin and many other Debian based Linux systems.
Because it is available via the kernel.ubuntu.com as deb packages, installing it on Ubuntu, Linux Mint, Debian and derivates is easy, because you don’t have to compile it from sources. Just follow the instructions for your system’s architecture, in order to get a successful installation.
How to install Kernel 3.4.57 on 32 bit Ubuntu, Linux Mint, Debian and derivates:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.57-quantal/linux-headers-3.4.57-030457_3.4.57-030457.201308112334_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.57-quantal/linux-headers-3.4.57-030457-generic_3.4.57-030457.201308112334_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.57-quantal/linux-image-3.4.57-030457-generic_3.4.57-030457.201308112334_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.57-quantal/linux-image-extra-3.4.57-030457-generic_3.4.57-030457.201308112334_i386.deb
Install Kernel 3.4.57:
$ sudo dpkg -i *.deb
How to install Kernel 3.4.57 on 64 bit Ubuntu, Linux Mint, Debian and derivates:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.57-quantal/linux-headers-3.4.57-030457_3.4.57-030457.201308112334_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.57-quantal/linux-headers-3.4.57-030457-generic_3.4.57-030457.201308112334_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.57-quantal/linux-image-3.4.57-030457-generic_3.4.57-030457.201308112334_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.57-quantal/linux-image-extra-3.4.57-030457-generic_3.4.57-030457.201308112334_amd64.deb
Install Kernel 3.4.57:
$ sudo dpkg -i *.deb
Leave a Reply