How To Install Linux Kernel 3.10.2 On Ubuntu, Linux Mint, Debian And Derivates

The Linux Kernel 3.10.2 has been recently released, with small improvements since the previous version, Kernel 3.10.1. To see a full list of features and improvements, go to the mailing lists.

Watch Free Movies

In this article I will show you how to install the Linux Kernel 3.10.2 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, Deepin, CrunchBang OS and other dpkg based Linux systems.

Thanks to kernel.ubuntu.com, you don’t have to compile the kernel packages anymore, just download the deb packages and install them. Follow the instructions for your architecture:

How to install Linux Kernel 3.10.2 on 32 bit systems Debian, Ubuntu, Linux Mint:

Download the needed packages:

$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.2-saucy/linux-headers-3.10.2-031002_3.10.2-031002.201307212216_all.deb

$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.2-saucy/linux-headers-3.10.2-031002-generic_3.10.2-031002.201307212216_i386.deb

$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.2-saucy/linux-image-3.10.2-031002-generic_3.10.2-031002.201307212216_i386.deb

Install the kernel:

$ sudo dpkg -i *.deb

How to install Linux Kernel 3.10.2 on 32 bit systems Debian, Ubuntu, Linux Mint:

Download the needed packages:

$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.2-saucy/linux-headers-3.10.2-031002_3.10.2-031002.201307212216_all.deb

$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.2-saucy/linux-headers-3.10.2-031002-generic_3.10.2-031002.201307212216_amd64.deb

$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.2-saucy/linux-headers-3.10.2-031002-generic_3.10.2-031002.201307212216_amd64.deb

Install the kernel:

$ sudo dpkg -i *.deb

Scroll to Top