Last active
January 18, 2025 10:21
-
-
Save hakerdefo/1599cb664cc3c2f125a45248d9c6c71d to your computer and use it in GitHub Desktop.
Debian Testing complete sources.list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
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
.
Thanks, @technikamateur
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@UncleSpellbinder @technikamateur
A quote from the Debian wiki,
Source => https://wiki.debian.org/ftp.debian.org