I see a new security patch update: CVE-2022-0847 for my Ubuntu 20.04. I need to install it or check it for updates. Due to the article I see keyword - Linux and I tried to install patch using the command sudo apt-get install linux due to the original name is linux_5.4.0-104.118 so, but unfortunately I get error Unable to locate package linux.
I tried to check updates: sudo apt-get update and sudo apt-get upgrade. No updates. So, maybe this patch is already installed.
How to check it?
apt list --installed | grep linux-genericand saw version5.13.0.35.40~20.04.20it contain CVE patch, so my ubuntu is up to date with this new patch/ – Igor-Potapov Mar 09 '22 at 10:06