How to download and install Kernel 3.14.33 on Ubuntu Systems. Install/Upgrade to Kernel 3.14.33 on Ubuntu 14.04/14.10, Linux Mint, Elementary OS, Linux Deepin and other Ubuntu Derivatives.
Please note that currently the Kernel 3.14.33 is not available via PPA. In order to download and install the latest version of Kernel, download the deb packages (Kernel 3.14.33) via kernel.ubuntu.com and then install it on the system.
Install Kernel 3.14.33 on 32 Bit Ubuntu Systems
Open Terminal and run the following command to download and install Kernel 3.14.33 on 32 Bit Ubuntu Systems:
cd /tmp
wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.33-utopic/linux-headers-3.14.33-031433_3.14.33-031433.201502110235_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.33-utopic/linux-headers-3.14.33-031433-generic_3.14.33-031433.201502110235_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.33-utopic/linux-image-3.14.33-031433-generic_3.14.33-031433.201502110235_i386.deb
sudo dpkg -i linux-headers-3.14*.deb linux-image-3.14*.deb
Install Kernel 3.14.33 on 64 Bit Ubuntu Systems
Open Terminal and run the following command to download and install Kernel 3.14.33 on 64 Bit Ubuntu Systems:
cd /tmp
wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.33-utopic/linux-headers-3.14.33-031433_3.14.33-031433.201502110235_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.33-utopic/linux-headers-3.14.33-031433-generic_3.14.33-031433.201502110235_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.33-utopic/linux-image-3.14.33-031433-generic_3.14.33-031433.201502110235_amd64.deb
sudo dpkg -i linux-headers-3.14*.deb linux-image-3.14*.deb
Once the Kernel 3.14.33 is successfully installed, reboot/restart the system manually or run the following command:
sudo reboot
Uninstall & Remove Kernel 4.0 RC1
sudo apt-get remove linux-header-3.14* linux-image-3.14*