Install / Update Linux Kernel 4.19 RC3 on Ubuntu (16.04 & 18.04) / Linux Mint
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more.
Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.
Features at a glance
Linux provides users with powerful features, such as true multitasking, multistack networking, shared copy-on-write executables, shared libraries, demand loading, virtual memory, and proper memory management.
Initially designed only for 386/486-based computers, now Linux supports a wide range of architectures, including 64-bit (IA64, AMD64), ARM, ARM64, DEC Alpha, MIPS, SUN Sparc, PowerPC, as well as Amiga and Atari machines.
How to Install / Update Linux Kernel 4.19 RC3 on Ubuntu (16.04 & 18.04) / Linux Mint ?
To install latest kernel 4.19 rc3 on ubuntu derivative system, open terminal and follow this command :sudo mkdir kernel && cd kernel
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19-rc3/linux-headers-4.19.0-041900rc3_4.19.0-041900rc3.201809120832_all.deb \\ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19-rc3/linux-headers-4.19.0-041900rc3-generic_4.19.0-041900rc3.201809120832_amd64.deb \\ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19-rc3/linux-headers-4.19.0-041900rc3-lowlatency_4.19.0-041900rc3.201809120832_amd64.deb \\ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19-rc3/linux-image-unsigned-4.19.0-041900rc3-generic_4.19.0-041900rc3.201809120832_amd64.deb \\ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19-rc3/linux-image-unsigned-4.19.0-041900rc3-lowlatency_4.19.0-041900rc3.201809120832_amd64.deb \\ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19-rc3/linux-modules-4.19.0-041900rc3-generic_4.19.0-041900rc3.201809120832_amd64.deb \\ http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19-rc3/linux-modules-4.19.0-041900rc3-lowlatency_4.19.0-041900rc3.201809120832_amd64.deb
Install Linux kernel 4.19 RC3 (Release Candidate) :
sudo dpkg -i *.deb
Reboot your ubuntu system, to change default kernel :
sudo reboot
Check your ubuntu kernel, open terminal and follow this command :uname -a
WARNING: Installing a new kernel may render your system unusable or unstable. If you proceed with the installation using the instructions below, make sure you back up any important data you have to an external hard drive.