How to download and install Linux Kernel 3.19.1 on Ubuntu Systems. Install/Upgrade to Kernel 3.19.1 on Ubuntu 14.04/14.10, Linux Mint, Elementary OS, Linux Deepin and other Ubuntu Derivatives.
Please note that currently the Linux Kernel 3.19.1 is not available via PPA. In order to download and install the latest version of Kernel, download the deb packages (Kernel 3.19.1) via kernel.ubuntu.com and then install it on the system.
Download Linux Kernel 3.19.1
You can download and install the binary packages for Kernel 3.19.1, available for download at link given below. Please note to check the OS type, 32-bit (i386) or 64-bit (amd64), then download and install the Kernel.:
Download Linux Kernel 3.19.1 (.deb)
Install Linux Kernel 3.19.1 on 32 Bit Ubuntu Systems
Open Terminal and run the following command to download and install Linux Kernel 3.19.1 on 32 Bit Ubuntu Systems:
cd /tmp/
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.1-vivid/linux-headers-3.19.1-031901-generic_3.19.1-031901.201503080052_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.1-vivid/linux-headers-3.19.1-031901_3.19.1-031901.201503080052_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.1-vivid/linux-image-3.19.1-031901-generic_3.19.1-031901.201503080052_amd64.deb
sudo dpkg -i linux-headers-3.19.1-*.deb linux-image-3.19.1-*.deb
Install Linux Kernel 3.19.1 on 64 Bit Ubuntu Systems
Open Terminal and run the following command to download and install Linux Kernel 3.19.1 on 64 Bit Ubuntu Systems:
cd /tmp/
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.1-vivid/linux-headers-3.19.1-031901-generic_3.19.1-031901.201503080052_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.1-vivid/linux-headers-3.19.1-031901_3.19.1-031901.201503080052_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.1-vivid/linux-image-3.19.1-031901-generic_3.19.1-031901.201503080052_i386.deb
sudo dpkg -i linux-headers-3.19.1-*.deb linux-image-3.19.1-*.deb
Once the Linux Kernel 3.19.1 is successfully installed, reboot/restart the system manually or run the following command:
sudo reboot
Uninstall and Remove Kernel
If you want to uninstall and remove the Linux Kernel 3.19.1 from the Ubuntu systems, run the following command:
sudo apt-get remove linux-header-3.19* linux-image-3.19*