LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   Kernel is not being updated/renewed anymore on Kubuntu 20.04 LTS (https://www.linuxquestions.org/questions/linux-kernel-70/kernel-is-not-being-updated-renewed-anymore-on-kubuntu-20-04-lts-4175708230/)

Chripcikas 02-18-2022 08:50 AM

Kernel is not being updated/renewed anymore on Kubuntu 20.04 LTS
 
Kernel is not being updated/renewed anymore on the LTS release, what could be the issue?

I did use
Code:

sudo apt update && sudo apt full-upgrade
but it doesn't show anything new. Currently running 5.4.0-89-generic .

uteck 02-18-2022 12:09 PM

Yep, that is what it should be at. If you want a new kernel you can install the HWE version.
https://wiki.ubuntu.com/FocalFossa/R...s#Linux_Kernel

enigma9o7 02-18-2022 12:10 PM

Even without hwe, you should be up to 5.4.0-96; have you rebooted since your upgrade? Otherwise you're still using the old kernel.

For further advice, please share output of:
Code:

apt policy linux-generic
If you mean you want newer version than 5.4.x, then you could install hwe or oem, i.e.:
Code:

sudo apt install linux-oem-20.04d
then reboot.


All times are GMT -5. The time now is 09:44 PM.