Comment 14 for bug 1954676

Revision history for this message
Frank Heimes (fheimes) wrote :

Hi Ilya, there is a 5.15 kernel for jammy aka 22.04 in the proposed section of the archive.
Just enable proposed with:
"sudo add-apt-repository "deb http://us.ports.ubuntu.com/ubuntu-ports/ $(lsb_release -sc)-proposed main"
(for the src use "sudo add-apt-repository "deb-src http://us.ports.ubuntu.com/ubuntu-ports/ $(lsb_release -sc)-proposed main")
Do an "sudo apt update" (if not automatically triggered) and you will find new packages listed by:
"apt list --upgradable"
You can just install all of them (e.g. with "sudo apt full-upgrade"), or just selectively install an updated package, like the kernel (e.g. "sudo apt install linux-generic").
With that you will get the Ubuntu jammy version of the 5.15 kernel.