Skip to content

Instantly share code, notes, and snippets.

@gnat
Created February 20, 2023 12:28
Show Gist options
  • Save gnat/16cb8efbb3f0995b4f2068c07eff5e9b to your computer and use it in GitHub Desktop.
Save gnat/16cb8efbb3f0995b4f2068c07eff5e9b to your computer and use it in GitHub Desktop.
Ubuntu 23.04 upgrade to Kernel 6.2

Installation

Linux Kernel 6.2 Final for Ubuntu 23.04

wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.2/amd64/linux-headers-6.2.0-060200-generic_6.2.0-060200.202302191831_amd64.deb
wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.2/amd64/linux-headers-6.2.0-060200_6.2.0-060200.202302191831_all.deb
wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.2/amd64/linux-image-unsigned-6.2.0-060200-generic_6.2.0-060200.202302191831_amd64.deb
wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.2/amd64/linux-modules-6.2.0-060200-generic_6.2.0-060200.202302191831_amd64.deb
sudo dpkg -i *.deb
sudo reboot

Reference: https://sypalo.com/how-to-update-ubuntu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment