I have a question with linux-generic.
I installed linux-generic, but it did not match with kernel which was installed on my pc.
When I checked linux-generic version using dpkg -l, it showed 5.15.0.92.89. But, installed (uname -r) is 6.5.0-15-generic.
ii linux-generic 5.15.0.92.89 amd64 Complete Generic Linux kernel and headers
ii linux-headers-5.15.0-72 5.15.0-72.79 all Header files related to Linux kernel version 5.15.0
ii linux-headers-5.15.0-72-generic 5.15.0-72.79 amd64 Linux kernel headers for version 5.15.0 on 64 bit x86 SMP
ii linux-headers-5.15.0-92 5.15.0-92.102 all Header files related to Linux kernel version 5.15.0
ii linux-headers-5.15.0-92-generic 5.15.0-92.102 amd64 Linux kernel headers for version 5.15.0 on 64 bit x86 SMP
I want to keep linux-generic to match with uname -r. Actually my machine was manually upgraded from ubuntu 20.04 to ubuntu 22.04.
Are there more steps to update linux-generic version?
linux-generic
package for the HWE (6.5.0-15-generic) Kernel islinux-generic-hwe-22.04
. So, if you are missing that one you can install itsudo apt install linux-generic-hwe-22.04
and that one will give you version6.5.0.15.15
– Terrance Jan 29 '24 at 15:01