Install and Update Linux Kernel 5.0-rc7 on Ubuntu Linux Systems. Announcing the release of Linux 5.0-rc7, Linus Torvalds writes: “A nice and calm week, with statistics looking normal. Just under half drivers (gpu, networking, input, md, block, sound, …), with the rest being architecture fixes (arm64, arm, x86, kvm), networking and misc (filesystem etc). Nothing particularly odd stands out, and everything is pretty small. Just the way I like it.” https://lkml.org/lkml/2019/2/17/325
Install Linux 5.0-rc7
32 Bit Systems
Run the followingg commands to install Linux 5.0-rc7 on 32 Bit Systems:
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc7/linux-headers-5.0.0-050000rc7_5.0.0-050000rc7.201902180332_all.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc7/linux-headers-5.0.0-050000rc7-generic_5.0.0-050000rc7.201902180332_i386.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc7/linux-headers-5.0.0-050000rc7-lowlatency_5.0.0-050000rc7.201902180332_i386.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc7/linux-image-5.0.0-050000rc7-generic_5.0.0-050000rc7.201902180332_i386.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc7/linux-image-5.0.0-050000rc7-lowlatency_5.0.0-050000rc7.201902180332_i386.deb
sudo dpkg -i linux-headers-4.9*.deb linux-image-4.9*.deb
sudo reboot
64 Bit Systems
Run the followingg commands to install Linux 5.0-rc7 on 64 Bit Systems:
sudo apt-get update
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc7/linux-headers-5.0.0-050000rc7_5.0.0-050000rc7.201902180332_all.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc7/linux-headers-5.0.0-050000rc7-generic_5.0.0-050000rc7.201902180332_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc7/linux-headers-5.0.0-050000rc7-lowlatency_5.0.0-050000rc7.201902180332_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc7/linux-image-unsigned-5.0.0-050000rc7-generic_5.0.0-050000rc7.201902180332_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc7/linux-image-unsigned-5.0.0-050000rc7-lowlatency_5.0.0-050000rc7.201902180332_amd64.deb
sudo dpkg -i linux-headers-4.9*.deb linux-image-4.9*.deb
sudo reboot
For further information see: http://wiki.ubuntu.com/Kernel/MainlineBuilds