Hello Linux Geeksters. As you may already know, the Linux Kernel 3.10.14 has been released a while ago, bringing only some fixes. For more information, see the changelog.
In this article I will show you how to install the Linux Kernel 3.10.14 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, Elemetary OS 0.2 Luna, Pear OS 8, Debian Jessie, Debian Sid and Debian Wheezy.
The Linux Kernel 3.10.14 is not available via any ppa, but we can easily download the deb packages from kernel.ubuntu.com and install them with dpkg. Follow the instructions for your system’s architecture exactly, in order to get a successful installation.
How to install Kernel 3.10.14 on 32 bit Ubuntu, Linux Mint, Debian, Elementary OS and Pear OS systems:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.14-saucy/linux-headers-3.10.14-031014_3.10.14-031014.201310011335_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.14-saucy/linux-headers-3.10.14-031014-generic_3.10.14-031014.201310011335_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.14-saucy/linux-image-3.10.14-031014-generic_3.10.14-031014.201310011335_i386.deb
Install Kernel 3.10.14:
$ sudo dpkg -i linux-headers-3.10.14*.deb linux-image-3.10.14*.deb
How to install Kernel 3.10.14 on 64 bit Ubuntu, Linux Mint, Debian, Elementary OS and Pear OS systems:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.14-saucy/linux-headers-3.10.14-031014_3.10.14-031014.201310011335_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.14-saucy/linux-headers-3.10.14-031014-generic_3.10.14-031014.201310011335_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.14-saucy/linux-image-3.10.14-031014-generic_3.10.14-031014.201310011335_amd64.deb
Install Kernel 3.10.14:
$ sudo dpkg -i linux-headers-3.10.14*.deb linux-image-3.10.14*.deb
Leave a Reply