Hello Linux Geeksters. The Linux Kernel 3.9.9 stable has been released yesterday, bringing small fixes and improvements, some of the for the ARM architecture.

In this article I will show you how to install Kernel 3.9.9 on Ubuntu and Debian derivates. These instructions are generical, they work for 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, Knoppix 7.2.0, Knoppix 7.1.0, Deepin 12.12, Crunchbang OS and many others.
Instructions for 32 bit systems:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.9.9-saucy/linux-headers-3.9.9-030909_3.9.9-030909.201307031551_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.9.9-saucy/linux-headers-3.9.9-030909-generic_3.9.9-030909.201307031551_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.9.9-saucy/linux-image-3.9.9-030909-generic_3.9.9-030909.201307031551_i386.deb
Install the Linux Kernel 3.9.9 on 32 bit Ubuntu / Debian and derivates:
$ sudo dpkg -i *.deb
Instructions for 64 bit systems:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.9.9-saucy/linux-headers-3.9.9-030909_3.9.9-030909.201307031551_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.9.9-saucy/linux-headers-3.9.9-030909-generic_3.9.9-030909.201307031551_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.9.9-saucy/linux-image-3.9.9-030909-generic_3.9.9-030909.201307031551_amd64.deb
Install the Linux Kernel 3.9.9 on 64 bit Ubuntu / Debian and derivates:
$ sudo dpkg -i *.deb