If I recall correctly, I installed my system from 20.04 desktop installation CD. I have been applying updates as they come along. However, even though I have seen many updates, I have not seen any updates for the kernel, which seems quite strange. Here's what I currently have
$ lsb_release --a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.2 LTS
Release: 20.04
Codename: focal
$ uname -a
Linux abysss 5.4.0-64-generic #72-Ubuntu SMP Fri Jan 15 10:27:54 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
$ sudo apt update
Hit:1 http://us.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:4 http://ppa.launchpad.net/yubico/stable/ubuntu focal InRelease
Hit:5 http://security.ubuntu.com/ubuntu focal-security InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
$ sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
libhidapi-hidraw0 libllvm10 libstartup-notification0 libu2f-host0 libu2f-server0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Can it really be true that there have been no updates to the kernel since January?
dpkg -l |grep kernel | grep 5.8
, I do not see any 5.8 kernels on my system and I do not believe I did anything to prevent it from being installed. Does 20.04 LTS actually provide LTS support for multiple kernel versions at the same time? – Paul Grinberg Mar 20 '21 at 14:47sudo apt upgrade
also. – user535733 Mar 20 '21 at 15:13linux-generic-hwe-20.04
installed? – Kulfy Mar 20 '21 at 15:17uptime
? My own frequently runs to 2-3 months before it occurs to me to reboot. – user535733 Mar 20 '21 at 15:21dpkg -l |grep linux-generic-hwe
I do not have it installed. But why should I needHWE
? – Paul Grinberg Mar 21 '21 at 17:10