Quantcast
Viewing all articles
Browse latest Browse all 2249

How To Install Kernel 3.12.17 On Ubuntu, Linux Mint And Their Derivative Systems

Hello Linux Geeksters. As you may know, Kernel 3.12.17 has been recently released, coming with features and fixes.

Image may be NSFW.
Clik here to view.
 how to install Kernel 3.12.17 on Ubuntu, Linux Mint and their derivative systems.

In this article I will show you how to install Kernel 3.12.17 on Ubuntu, Linux Mint and their derivative systems.

Because the needed deb packages are available via kernel.ubuntu.com, installing Kernel 3.12.17 on Ubuntu, Linux Mint and derivative systems is easy. Follow the instructions for your architecture exactly, in order to get a successful installation.

How to install Kernel 3.12.17 on 32 bit Ubuntu, Linux Mint and Elementary OS systems:

Download the needed packages:

$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.17-trusty/linux-headers-3.12.17-031217_3.12.17-031217.201404071335_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.17-trusty/linux-headers-3.12.17-031217-generic_3.12.17-031217.201404071335_i386.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.17-trusty/linux-image-3.12.17-031217-generic_3.12.17-031217.201404071335_i386.deb

Install Kernel 3.12.17:

$ sudo dpkg -i linux-image-3.12.17*.deb linux-headers-3.12.17*.deb

How to install Kernel 3.12.17 on 64 bit Ubuntu, Linux Mint and Elementary OS systems:

Download the needed packages:

$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.17-trusty/linux-headers-3.12.17-031217_3.12.17-031217.201404071335_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.17-trusty/linux-headers-3.12.17-031217-generic_3.12.17-031217.201404071335_amd64.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.17-trusty/linux-image-3.12.17-031217-generic_3.12.17-031217.201404071335_amd64.deb

Install Kernel 3.12.17:

$ sudo dpkg -i linux-image-3.12.17*.deb linux-headers-3.12.17*.deb

To uninstall the kernel, do:

$ sudo apt-get remove linux-image-3.12.17* linux-headers-3.12.17*

Share and Enjoy

TwitterFacebookGoogle PlusEmailRSS

Viewing all articles
Browse latest Browse all 2249

Trending Articles