Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Ubuntu 20.04 - Upgrade Kernel (HWE)

Server

sudo apt update && \
  sudo apt install --install-recommends linux-generic-hwe-20.04  

Desktop

For Desktop users, this is slightly more complicated due to the possibility of a special kernel being installed for OEMs. Please refer to the official Ubuntu docs.

Last updated: 4th January 2023
First published: 12th February 2021