CaffeineAddict
Well-Known Member
Old format:
New format:
Warning though prior running
Also take care if you want to manually switch, the sources files must not end with
You can learn more about the format with
Bash:
deb http://deb.debian.org/debian bookworm main non-free-firmware
deb http://deb.debian.org/debian bookworm-updates main non-free-firmware
deb-src http://deb.debian.org/debian bookworm main non-free-firmware
deb-src http://deb.debian.org/debian bookworm-updates main non-free-firmware
New format:
Bash:
Types: deb deb-src
URIs: http://deb.debian.org/debian
Suites: trixie trixie-updates
Components: main non-free-firmware
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Warning though prior running
sudo apt modernize-sources because in my case it did not convert all sources in /etc/apt/sources.list.dAlso take care if you want to manually switch, the sources files must not end with
*.list extension, it will not work when you do sudo apt update, new format for some reason requires extension to be *.sourcesYou can learn more about the format with
man sources.list

