LinTut

How to install Kernel 3.12 Final release on 32/64 bit Ubuntu, Linux Mint and Debian Linux

Linus Torvalds has released the first stable version of Kernel 3.12 yesterday. For more information about the fixes and enhancements brought by the latest Kernel version, see the mailing lists.
In this article i will show you how to install the Kernel 3.12 final release on Ubuntu 12.04/13.04/13.10, Linux Mint 14/15/16, Debian Wheezy and Debian KWheezy.
Installing Kernel 3.12 in Ubuntu 12.04/13.04/13.10Linux Mint 14/15/16, Debian Wheezy and Debian KWheezy is easy. Follow the instructions for your architecture exactly, in order to get a successful installation.

What’s New in Linux Kernel 3.12

How to install Kernel 3.12 stable release on 32-bit Ubuntu 12.04/13.04/13.10, Linux Mint 14/15/16, Debian Wheezy and Debian KWheezy

Download the needed packages:

# wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-headers-3.12.0-031200-generic_3.12.0-031200.201311031935_i386.deb
# wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-image-3.12.0-031200-generic_3.12.0-031200.201311031935_i386.deb
# wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-headers-3.12.0-031200_3.12.0-031200.201311031935_all.deb

Install Kernel 3.12 32-bit:

# sudo dpkg -i linux-headers-3.12*.deb linux-image-3.12*.deb

How to install Kernel 3.12 stable release on 64 bit Ubuntu 12.04/13.04/13.10, Linux Mint 14/15/16, Debian Wheezy and Debian KWheezy

Download the needed packages:

# wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-headers-3.12.0-031200-generic_3.12.0-031200.201311031935_amd64.deb
# wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-image-3.12.0-031200-generic_3.12.0-031200.201311031935_amd64.deb
# wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/linux-headers-3.12.0-031200_3.12.0-031200.201311031935_all.deb

Install Kernel 3.12 64-bit:

# sudo dpkg -i linux-headers-3.12*.deb linux-image-3.12*.deb

Once installed, restart your computer and done.

kernel 3.12 released

If for some reason the new kernel does not work properly, run command below to remove Linux Kernel 3.12:

# sudo apt-get purge linux-image-3.12.0-* linux-headers-3.12.0-

Read also:

Exit mobile version