Install & Update Kernel 4.19-rc5 on Linux Ubuntu

Install Kernel 4.19-rc5 on Linux Ubuntu systems. Terminal commands to update to Linux Kernel 4.19-rc5 on Linux Systems.

The release statement says “The diffstat is a bit higher than previous -rc5’s, but the number of trees pulled is lower, so overall, pretty much all is on track. I’m not seeing any major “these bugs are not being fixed!” type of reports, so I can hope that the initial churn that -rc1 threw at everyone is under control. The majority size-wise of changes here are with more tests being added and fixed up, but there is also the usual networking, x86, sound, drm, ppc, and other fixes.” https://lkml.org/lkml/2018/9/23/180

On 64 Bit Systems

Run the following commands in terminal to install and update to Linux Kernel 4.19 RC5 [Build for amd64 succeeded (see BUILD.LOG.amd64)]:

$ sudo wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19-rc5/linux-headers-4.19.0-041900rc5_4.19.0-041900rc5.201809231830_all.deb
$ sudo wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19-rc5/linux-headers-4.19.0-041900rc5-generic_4.19.0-041900rc5.201809231830_amd64.deb
$ sudo wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19-rc5/linux-headers-4.19.0-041900rc5-lowlatency_4.19.0-041900rc5.201809231830_amd64.deb
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo dpkg -i *.deb
$ sudo reboot

On 32 Bit Systems

Run the following commands in terminal to install and update to Linux Kernel 4.19 RC5 [Build for i386 succeeded (see BUILD.LOG.i386)]:

$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19-rc5/linux-headers-4.19.0-041900rc5_4.19.0-041900rc5.201809231830_all.deb
$ sudo wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19-rc5/linux-headers-4.19.0-041900rc5-generic_4.19.0-041900rc5.201809231830_i386.deb
$ sudo wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19-rc5/linux-headers-4.19.0-041900rc5-lowlatency_4.19.0-041900rc5.201809231830_i386.deb
$ sudo dpkg -i *.deb
$ sudo reboot

Install & Update Kernel 4.19-rc5 on Linux Ubuntu originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.