You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vi /etc/apt/sources.list.d/bookworm-backports.list
deb http://deb.debian.org/debian bookworm-backports main contrib
deb-src http://deb.debian.org/debian bookworm-backports main contrib
It should be:
vi /etc/apt/sources.list.d/bookworm-backports.sources
Types: deb deb-src
URIs: http://deb.debian.org/debian
Suites: bookworm-backports
Components: main contrib
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
You're right; even on a fresh "netinstall" Debian image, /etc/apt/sources.list file is still written in regular syntax (not deb822).
I guess /etc/apt/sources.list.d/debian.sources file is packed with Docker bookworm image (a bit "early" :))
Starting with Bookworm, it's recommended to write apt sources files in
deb822
format.Instead of actual documentation:
It should be:
--
Working as expected:
The text was updated successfully, but these errors were encountered: