Hello Linux Geeksters. As you may know, the Linux Kernel 3.10.12 has been released a few days ago. For a full list of features and improvements, see the changelog.
In this article I will show you how to install the Linux Kernel 3.10.12 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, Elementary OS 0.2 Luna, Debian Jessie, Debian Sid and Debian Wheezy.
Because the needed deb packages are available via kernel.ubuntu.com, installing Kernel 3.10.12 on Ubuntu, Linux Mint, Elementary OS, Debian and derivates is easy. Just follow the instructions for your system’s architecture, in order to get a successful installation.
How to install Kernel 3.10.12 on 32 bit Ubuntu, Linux Mint, Elementary OS and Debian:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.12-saucy/linux-headers-3.10.12-031012_3.10.12-031012.201309141044_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.12-saucy/linux-headers-3.10.12-031012-generic_3.10.12-031012.201309141044_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.12-saucy/linux-image-3.10.12-031012-generic_3.10.12-031012.201309141044_i386.deb
Install Kernel 3.10.12:
$ sudo dpkg -i linux-headers*.deb linux-image*.deb
How to install Kernel 3.10.12 on 64 bit Ubuntu, Linux Mint, Elementary OS and Debian:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.12-saucy/linux-headers-3.10.12-031012_3.10.12-031012.201309141044_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.12-saucy/linux-headers-3.10.12-031012-generic_3.10.12-031012.201309141044_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.12-saucy/linux-image-3.10.12-031012-generic_3.10.12-031012.201309141044_amd64.deb
Install Kernel 3.10.12:
$ sudo dpkg -i linux-headers*.deb linux-image*.deb
Leave a Reply