Zuerst, ich danke dir für die ausführliche Antwort.
Was mich als "normalen" User abschreckt, ist so ein Statement wie hier zu finden
https://wiki.debianforum.de/Sources.list
So hart es auch klingt, wer sich keine sources.list für testing, unstable oder gar experimental selbst erstellen kann. Der sollte vorerst noch bei stable bleiben und sich weiter in Debian einarbeiten
KBDCALLS hat ja freundlicherweise diese Vorlage ins Forum gestellt. Hab da buster durch testing ersetzt.
Code: Alles auswählen
deb http://ftp.nl.debian.org testing contrib main nonfree
deb-src http://ftp.nl.debian.org testing contrib main nonfree
deb http://ftp.nl.debian.org testing-proposed-updates contrib main nonfree
deb-src http://ftp.nl.debian.org testing-proposed-updates contrib main nonfree
deb http://ftp.nl.debian.org testing-updates contrib main nonfree
deb-src http://ftp.nl.debian.org testing-updates contrib main non-free
Und alle drei folder finden sich ja auch auf z.B.
http://ftp.halifax.rwth-aachen.de/debian/dists/
Der von dir erwähnte sources.list Generator "spuckt" das hier aus
Code: Alles auswählen
###### Debian Main Repos
deb http://deb.debian.org/debian/ testing main contrib non-free
deb-src http://deb.debian.org/debian/ testing main contrib non-free
deb http://deb.debian.org/debian/ testing-updates main contrib non-free
deb-src http://deb.debian.org/debian/ testing-updates main contrib non-free
deb http://deb.debian.org/debian-security testing/updates main
deb-src http://deb.debian.org/debian-security testing/updates main
Dieser Generator dann
https://debgen.xyz/ erzeugt dann dieses hier
Aber contrib und non-free bei security.debian.org. Macht doch keinen Sinn.
Code: Alles auswählen
deb http://ftp.de.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.de.debian.org/debian/ testing main contrib non-free
deb http://ftp.de.debian.org/debian/ testing-updates main contrib non-free
deb-src http://ftp.de.debian.org/debian/ testing-updates main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib non-free
Ich habe bisher testing in einer vbox auch meiner alten Kiste hier installiert und da ist testing nur eine Spielerei.
Es steht aber eine neue Maschine an (AMD Ryzen) und da spiele ich mit dem Gedanken, testing als BS zu nehmen.
Hab jetzt mal diese sources.list zusammen gestellt.
Code: Alles auswählen
deb http://ftp.halifax.rwth-aachen.de/debian/ testing non-free contrib main
deb-src http://ftp.halifax.rwth-aachen.de/debian/ testing non-free contrib main
deb http://ftp.halifax.rwth-aachen.de/debian/ testing-updates contrib main non-free
deb-src http://ftp.halifax.rwth-aachen.de/debian/ testing-updates contrib main non-free
deb http://ftp.halifax.rwth-aachen.de/debian/ testing-proposed-updates contrib main non-free
deb-src http://ftp.halifax.rwth-aachen.de/debian/ testing-proposed-updates contrib main non-free
deb http://deb.debian.org/debian-security testing/updates main
deb-src http://deb.debian.org/debian-security testing/updates main
Wäre das so OK? Danke für einen Kommentar.
Diese sources.list Sache macht mich noch ganz "strubbelig"