Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 269 Bytes

File metadata and controls

15 lines (13 loc) · 269 Bytes

Steps to upgrade kinux kernel on Ubuntu 20.04

  1. Check current version
uname -msr
  1. Upgrade the new kernel version
sudo apt-get install linux-image-5.4.0-100-generic -y
  1. Remove the old version
apt-get purge linux-image-5.4.0-97-generic