Hello Linux Geeksters. As you may know, the Linux Kernel 3.9.10 has been recently released. The Linux Kernel 3.9.10 comes with small fixes, and it is probably the last update for Kernel 3.9.
In this article I wills show you how to install the Linux Kernel 3.9.10 on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Ubuntu 10.04 Lucid Lynx, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Debian Jessie, Debian Sid, Debian Wheezy, Debian Squeeze, Deepin, Knoppix, Crunchbang OS and many other Debian based distros.
Because theĀ needed packages are available as deb file, on kernel.ubuntu.com, installing the Linux Kernel 3.9.10 is easy.
Download the needed packages for 32 bit Ubuntu, Linux Mint, Debian:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.9.10-saucy/linux-headers-3.9.10-030910_3.9.10-030910.201307131608_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.9.10-saucy/linux-headers-3.9.10-030910-generic_3.9.10-030910.201307131608_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.9.10-saucy/linux-image-3.9.10-030910-generic_3.9.10-030910.201307131608_i386.deb
Install the Linux 3.9.10 Kernel on 32 bit systems and update the grub:
$ sudo dpkg -i *.deb
$ sudo update-grub
Download the needed packages for 64 bit Ubuntu, Linux Mint, Debian:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.9.10-saucy/linux-headers-3.9.10-030910_3.9.10-030910.201307131608_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.9.10-saucy/linux-headers-3.9.10-030910-generic_3.9.10-030910.201307131608_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.9.10-saucy/linux-image-3.9.10-030910-generic_3.9.10-030910.201307131608_amd64.deb
Install the Linux 3.9.10 Kernel on 64 bit systems and update the grub:
$ sudo dpkg -i *.deb
$ sudo update-grub
Leave a Reply