Hello Linux Geeksters. As you may know, Kernel 3.14.13 has been recently released, coming with improved support for Intel Broadwell GPUs, improvements for AMD Radeon and Nouveau GPU drivers, some Btrfs improvements and support for NVIDIA Tegra prime. For more information about this release, see the mailing lists.

In this article I will show you how to install Kernel 3.14.13 on Ubuntu, Linux Mint, Pinguy OS, Elementary OS, LXLE, Peppermint, Linux Lite and other Ubuntu derivative systems.
Because the needed deb packages are available via kernel.ubuntu.com, installing Kernel 3.14.13 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.14.12 on 32 bit Ubuntu, Linux Mint, Elementary OS and Pinguy OS systems:
Download the needed packages:
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.13-utopic/linux-headers-3.14.13-031413_3.14.13-031413.201407171953_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.13-utopic/linux-headers-3.14.13-031413-generic_3.14.13-031413.201407171953_i386.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.13-utopic/linux-image-3.14.13-031413-generic_3.14.13-031413.201407171953_i386.deb
Install Kernel 3.14.12:
$ sudo dpkg -i linux-image-3.14*.deb linux-headers-3.14*.deb
How to install Kernel 3.14.12 on 64 bit Ubuntu, Linux Mint, Elementary OS and Pinguy OS systems:
Download the needed packages:
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.13-utopic/linux-headers-3.14.13-031413_3.14.13-031413.201407171953_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.13-utopic/linux-headers-3.14.13-031413-generic_3.14.13-031413.201407171953_amd64.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.13-utopic/linux-image-3.14.13-031413-generic_3.14.13-031413.201407171953_amd64.deb
Install Kernel 3.14.12:
$ sudo dpkg -i linux-image-3.14*.deb linux-headers-3.14*.deb
To uninstall the kernel, do:
$ sudo apt-get remove linux-image-3.14* linux-headers-3.14*