Skip to content

Instantly share code, notes, and snippets.

@hakerdefo
Last active January 18, 2025 10:21
Show Gist options
  • Save hakerdefo/1599cb664cc3c2f125a45248d9c6c71d to your computer and use it in GitHub Desktop.
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
@technikamateur
Copy link

technikamateur commented Dec 17, 2024

@UncleSpellbinder

And should security.debian.org also be changed? Like this: security.debian.uchicago.edu?

No. I explicitly wrote non security

So my final testing sources.list should be as follows??

It should/could look like this:

### DEBIAN TESTING ###

deb https://debian.uchicago.edu/debian/ testing contrib main non-free non-free-firmware
# deb-src https://debian.uchicago.edu/debian/ testing 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

Just try it out by running apt update.

@UncleSpellbinder
Copy link

Thanks, @technikamateur

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