Closed pbusko closed 7 months ago
Also the location of the default apt sources is now in /etc/apt/sources.list.d/ubuntu.sources file, which uses deb822 format
Hey @pbusko - how did you realize this?
Also the location of the default apt sources is now in /etc/apt/sources.list.d/ubuntu.sources file, which uses deb822 format
Hey @pbusko - how did you realize this?
docker build logs are full of messages about duplicated apt sources, also the content of the /etc/apt/sources.list
file is now this:
$ cat /etc/apt/sources.list
# Ubuntu sources have moved to the /etc/apt/sources.list.d/ubuntu.sources
# file, which uses the deb822 format. Use deb822-formatted .sources files
# to manage package sources in the /etc/apt/sources.list.d/ directory.
# See the sources.list(5) manual page for details.
Summary
In Ubuntu Noble the
openssl
package now depends onlibssl3t64
instead oflibssl3
:https://packages.ubuntu.com/noble/openssl
Also the location of the default apt sources is now in
/etc/apt/sources.list.d/ubuntu.sources
file, which usesdeb822
formatChecklist