How To Install Kernel 4.19.2 On Ubuntu

As you may know, the latest stable kernel version available is Kernel 4.19.2, which can be easily installed via the Ubuntu PPAs.

Installation instructions:

Because it is very difficult to compile a Linux kernel, Canonical has packed all the kernel releases as deb packages and made them available for everybody that uses Ubuntu or Ubuntu-based systems, via its kernel.ubuntu.com repository.

The below commands are available for all the Ubuntu, Linux Mint, Elementary OS and other derivative systems.

For 32 bit systems, download and install the i386 debs. For 64 bit systems, download and install the amd64 packages:

How to install Kernel 4.19.2 32 bit Ubuntu and derivative systems:

Download the needed packages:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.19.2/linux-headers-4.19.2-041902_4.19.2-041902.201811132032_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.19.2/linux-headers-4.19.2-041902-generic_4.19.2-041902.201811132032_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.19.2/linux-image-4.19.2-041902-generic_4.19.2-041902.201811132032_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.19.2/linux-modules-4.19.2-041902-generic_4.19.2-041902.201811132032_i386.deb

Install the Kernel:

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

Optional, remove the kernel:

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

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

Download the needed packages:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.19.2/linux-headers-4.19.2-041902_4.19.2-041902.201811132032_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.19.2/linux-headers-4.19.2-041902-generic_4.19.2-041902.201811132032_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.19.2/linux-image-unsigned-4.19.2-041902-generic_4.19.2-041902.201811132032_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.19.2/linux-modules-4.19.2-041902-generic_4.19.2-041902.201811132032_amd64.deb

Install the Kernel:

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

Optional, remove the kernel:

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

Tagged with: , , , , , , ,
Posted in Linux and Related News

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!