Skip to content

Instantly share code, notes, and snippets.

@hakerdefo
Last active August 28, 2025 15:14
Show Gist options
  • Select an option

  • Save hakerdefo/1599cb664cc3c2f125a45248d9c6c71d to your computer and use it in GitHub Desktop.

Select an option

Save hakerdefo/1599cb664cc3c2f125a45248d9c6c71d to your computer and use it in GitHub Desktop.
Debian Testing complete sources.list
deb https://ftp.debian.org/debian/ testing contrib main non-free non-free-firmware
# deb-src https://ftp.debian.org/debian/ testing contrib main non-free non-free-firmware
deb https://ftp.debian.org/debian/ testing-updates contrib main non-free non-free-firmware
# deb-src https://ftp.debian.org/debian/ testing-updates contrib main non-free non-free-firmware
deb https://ftp.debian.org/debian/ testing-proposed-updates contrib main non-free non-free-firmware
# deb-src https://ftp.debian.org/debian/ testing-proposed-updates contrib main non-free non-free-firmware
deb https://ftp.debian.org/debian/ testing-backports contrib main non-free non-free-firmware
# deb-src https://ftp.debian.org/debian/ testing-backports contrib main non-free non-free-firmware
deb https://security.debian.org/debian-security/ testing-security contrib main non-free non-free-firmware
# deb-src https://security.debian.org/debian-security/ testing-security contrib main non-free non-free-firmware
@UncleSpellbinder
Copy link

Thanks, @technikamateur

@speendo
Copy link

speendo commented Aug 17, 2025

I really like this gist and use it as a base for all testing installations.

It would be worth updating it to deb822 (https://manpages.debian.org/unstable/apt/sources.list.5.en.html#DEB822-STYLE_FORMAT).
According to the manpage, the one-line-style format is deprecated and may eventually be removed (not before 2029).

# apt update --audit

already suggests to update to the new format.

# apt modernize-sources

will automatically update to the new format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment