I have two laptops showing
DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS"
but one of them has
Linux ... 6.2.0-39-generic #40~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 16 10:53:04 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
and the other one shows an old kernel version:
Linux ... 5.15.0-91-generic #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Both are apt-get update; apt-get upgrade
clean. I could maybe force an
apt-get install linux-image-6.2.0-39-generic
but this would probably aggravate the problem of not having automatic updates. Using update-manager
is out, since I only have ssh access to the machine.
How can I tell apt-???
to switch to the newer kernel line?