When I run sudo apt upgrade
in Kubuntu 23.10 I get this output:
user1@user1-Desktop1:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree
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.
#
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Do I need to enable unattended upgrades as described in the warning? How to do that and why do I need to anything at all?
I am using Kubuntu and upgraded from 23.04. to 23.10 using the GUI tool (exactly as described here). My system installation is roughly one month old. I never changed anything in /etc/apt
and everything is at default. This is my /etc/apt/sources.list
:
# deb cdrom:[Kubuntu 23.04 _Lunar Lobster_ - Release amd64 (20230414.1)]/ lunar main multiverse restricted universe
See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
newer versions of the distribution.
deb http://de.archive.ubuntu.com/ubuntu/ mantic main restricted
deb-src http://de.archive.ubuntu.com/ubuntu/ lunar main restricted
Major bug fix updates produced after the final release of the
distribution.
deb http://de.archive.ubuntu.com/ubuntu/ mantic-updates main restricted
deb-src http://de.archive.ubuntu.com/ubuntu/ lunar-updates main restricted
N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
team. Also, please note that software in universe WILL NOT receive any
review or updates from the Ubuntu security team.
deb http://de.archive.ubuntu.com/ubuntu/ mantic universe
deb-src http://de.archive.ubuntu.com/ubuntu/ lunar universe
deb http://de.archive.ubuntu.com/ubuntu/ mantic-updates universe
deb-src http://de.archive.ubuntu.com/ubuntu/ lunar-updates universe
N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
team, and may not be under a free licence. Please satisfy yourself as to
your rights to use the software. Also, please note that software in
multiverse WILL NOT receive any review or updates from the Ubuntu
security team.
deb http://de.archive.ubuntu.com/ubuntu/ mantic multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ lunar multiverse
deb http://de.archive.ubuntu.com/ubuntu/ mantic-updates multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ lunar-updates multiverse
N.B. software from this repository may not have been tested as
extensively as that contained in the main release, although it includes
newer versions of some applications which may provide useful features.
Also, please note that software in backports WILL NOT receive any review
or updates from the Ubuntu security team.
deb http://de.archive.ubuntu.com/ubuntu/ mantic-backports main restricted universe multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ lunar-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu mantic-security main restricted
deb-src http://security.ubuntu.com/ubuntu lunar-security main restricted
deb http://security.ubuntu.com/ubuntu mantic-security universe
deb-src http://security.ubuntu.com/ubuntu lunar-security universe
deb http://security.ubuntu.com/ubuntu mantic-security multiverse
deb-src http://security.ubuntu.com/ubuntu lunar-security multiverse
This system was installed using small removable media
(e.g. netinst, live or single CD). The matching "deb cdrom"
entries were disabled at the end of the installation process.
For information about how to configure apt package sources,
see the sources.list(5) manual.
sudo cat /sys/devices/system/cpu/vulnerabilities/gather_data_sampling
– nobody Nov 03 '23 at 09:51gather_data_sampling
saysVulnerable: No microcode
. I am normally using the default GUI updater of KUbuntu (perhaps it's the same as that of normal Ubuntu). – zomega Nov 03 '23 at 17:42sudo cat /sys/devices/system/cpu/vulnerabilities/gather_data_sampling
I getMitigation: Microcode
. I do not autoupgrade, but I did get that message (on Ubuntu server) and have upgraded. – Doug Smythies Nov 03 '23 at 18:46