Hello Linux Geeksters. As you may know, the Linux Kernel 3.9.11 has been released. It comes with some new features since the previous version, Kernel 3.9.10.
In this article I will show you how to install the Linux Kernel 3.9.11 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, CrunchBang OS, Deepin and other Debian / Ubuntu based systems.
Follow the installation instructions for your 32 bit Debian / Ubuntu / Linux Mint system:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.9.11-saucy/linux-headers-3.9.11-030911_3.9.11-030911.201307202035_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.9.11-saucy/linux-headers-3.9.11-030911-generic_3.9.11-030911.201307202035_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.9.11-saucy/linux-image-3.9.11-030911-generic_3.9.11-030911.201307202035_i386.deb
Install the needed packages for the Linux Kernel 3.9.11:
$ sudo dpkg -i *.deb
Follow the installation instructions for your 64 bit Debian / Ubuntu / Linux Mint system:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.9.11-saucy/linux-headers-3.9.11-030911_3.9.11-030911.201307202035_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.9.11-saucy/linux-headers-3.9.11-030911-generic_3.9.11-030911.201307202035_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.9.11-saucy/linux-image-3.9.11-030911-generic_3.9.11-030911.201307202035_amd64.deb
Install the needed packages for the Linux Kernel 3.9.11:
$ sudo dpkg -i *.deb
Leave a Reply