How To Install Kernel 3.14.27 On Ubuntu, Linux Mint, Elementary OS, Deepin And Other Ubuntu Derivative Systems

Hello Linux Geeksters. As you may know, Kernel 3.14.27 has been released a while ago, coming with changes and enhancements.

how to install Kernel 3.14.27 on Ubuntu, Linux Mint, Pinguy OS, Elementary OS, Deepin, Peppermint, LXLE, Linux Lite

In this article I will show you how to install Kernel 3.14.27 on Ubuntu, Linux Mint, Pinguy OS, Elementary OS, Deepin, Peppermint, LXLE, Linux Lite and other Ubuntu derivative systems.

Because it is not available via PPA, the needed deb packages of Kernel 3.14.27 are available via kernel.ubuntu.com. Follow the instructions for your system’s architecture exactly, in order to get a successful installation.

How to install Kernel 3.14.27 on 32 bit Ubuntu 14.04 and derivative systems:

Download the needed packages:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.27-utopic/linux-headers-3.14.27-031427_3.14.27-031427.201412170558_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.27-utopic/linux-headers-3.14.27-031427-generic_3.14.27-031427.201412170558_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.27-utopic/linux-image-3.14.27-031427-generic_3.14.27-031427.201412170558_i386.deb

Install Kernel 3.14.27:

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

After the kernel has been successfully installed, reboot and choose it at boot:

$ sudo reboot

Optional, remove the kernel:

$ sudo apt-get remove linux-header-3.14* linux-image-3.14*

How to install Kernel 3.14.27 on 64 bit Ubuntu 14.04 and derivative systems:

Download the needed packages:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.27-utopic/linux-headers-3.14.27-031427_3.14.27-031427.201412170558_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.27-utopic/linux-headers-3.14.27-031427-generic_3.14.27-031427.201412170558_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.27-utopic/linux-image-3.14.27-031427-generic_3.14.27-031427.201412170558_amd64.deb

Install Kernel 3.14.27:

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

After the kernel has been successfully installed, reboot and choose it at boot:

$ sudo reboot

Optional, remove the kernel:

$ sudo apt-get remove linux-header-3.14* linux-image-3.14*

Tagged with: , , , , , , , , , , , , , , , , ,
Posted in The Linux and Unix Articles!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

Subscribe

  

Subscribe to get the latest Linux news and how to guides directly on your e-mail!