Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Ubuntu 18.04 - Upgrade Kernel

Server

sudo apt update && \
  sudo apt-get install -y --install-recommends \
  linux-generic-hwe-18.04 

Desktop

sudo apt update && \
  sudo apt-get install -y --install-recommends \
  linux-generic-hwe-18.04 \
  xserver-xorg-hwe-18.04  

References

Last updated: 4th January 2023
First published: 13th August 2019