I tried to update my Ubuntu Server(s) 22.04.3 LTS
a while ago and it gives me the following message. What exactly does it mean? Why it kept sosreport
back and what should I do?
Last login: Fri Oct 20 14:41:03 2023 from 192.168.***.***
***@***:~$ sudo apt upgrade
[sudo] password for ***:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
#
# Canonical released microcode updates for both Intel (CVE-2022-40982) and AMD
# (CVE-2023-20593). ‘Unattended upgrades’ provide security updates by default.
# Ensure it remains enabled to always get all updates as they become available.
#
The following packages have been kept back:
sosreport
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
sudo apt-get --with-new-pkgs upgrade sosrepot
andsudo apt-get install sosrepot
from this answerhttps://askubuntu.com/a/602/578979
of the link you gave me, one on each Ubuntu Server machine I have and the package upgraded on both!!! Thank you!!! – Simos Sigma Oct 20 '23 at 14:01apt policy sosreport
reveals this is phased updates. Also, it's unrelated to the info message about microcode. – Artur Meinild Oct 20 '23 at 14:17