When trying to update my Ubuntu 20.04.6 via sudo apt dist-upgrade
the upgrade of libcurl3-gnutls:i386 is kept back.
~$ sudo apt dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
#
# An OpenSSL vulnerability has recently been fixed with USN-6188-1 & 6119-1:
# CVE-2023-2650: possible DoS translating ASN.1 object identifiers.
# Ensure you have updated the package to its latest version.
#
The following packages have been kept back:
libcurl3-gnutls:i386
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
sudo apt list --upgradable -a
turns out this:
~$ sudo apt list --upgradable -a
Listing... Done
libcurl3-gnutls/focal-updates 7.68.0-1ubuntu2.19 i386 [upgradable from: 7.68.0-1ubuntu2.18]
libcurl3-gnutls/focal-security,now 7.68.0-1ubuntu2.18 i386 [installed,upgradable to: 7.68.0-1ubuntu2.19]
libcurl3-gnutls/focal 7.68.0-1ubuntu2 i386
I don't understand this output. How should I proceed? I have very limited knowledge of Ubuntu, using the terminal mainly for upgrading.
Are the message about the OpenSSL vulnerability and not upgrading libcurl3-gnutls:i386 somehow related?