es gelingt mit nicht, von Buster RC3 auf Stable upzugraden. Beim ersten Versuch gab es eine Fehlermeldung (leider nicht abgespeichert) dass den bisherigen Paketquellen ein Stable-Attribut (ich nenne es mal so) zugeordnet werden müsse. Das müsse explizit für jede Paketquelle passieren. Verwiesen wurde auf die Manpage von apt-security, die mir aber ehrlich gesagt zu lang und komplex war
Die entsprechende sources.list (von mir unverändert) war:
Code: Alles auswählen
#
# deb cdrom:[Debian GNU/Linux buster-DI-rc3 _Buster_ - Official RC amd64 NETINST 20190702-10:35]/ buster main
# deb cdrom:[Debian GNU/Linux buster-DI-rc3 _Buster_ - Official RC amd64 NETINST 20190702-10:35]/ buster main
deb http://deb.debian.org/debian/ buster main non-free contrib
deb-src http://deb.debian.org/debian/ buster main non-free contrib
deb http://security.debian.org/debian-security buster/updates main contrib non-free
deb-src http://security.debian.org/debian-security buster/updates main contrib non-free
# buster-updates, previously known as 'volatile'
deb http://deb.debian.org/debian/ buster-updates main contrib non-free
deb-src http://deb.debian.org/debian/ buster-updates main contrib non-free
buster-backports, previously on backports.debian.org
deb http://deb.debian.org/debian/ buster-backports main contrib non-free
deb-src http://deb.debian.org/debian/ buster-backports main contrib non-free
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
Ich habe dann nach einer Empfehlung im Netz eine minimale sources.list ausprobiert:
Code: Alles auswählen
#
deb http://ftp.de.debian.org/debian/ buster main contrib non-free
deb-src http://ftp.de.debian.org/debian/ buster main contrib non-free
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
Code: Alles auswählen
root@wolli-x230:/home/wolli# apt-get update
OK:1 http://ftp.de.debian.org/debian buster InRelease
Paketlisten werden gelesen... Fertig
root@wolli-x230:/home/wolli# apt-get upgrade
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Paketaktualisierung (Upgrade) wird berechnet... Fertig
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
root@wolli-x230:/home/wolli#
Code: Alles auswählen
root@wolli-x230:/etc/apt# apt-get update
Holen:1 http://security.debian.org/debian-security buster/updates InRelease [31,2 kB]
Holen:2 http://deb.debian.org/debian buster InRelease [118 kB]
Holen:3 http://deb.debian.org/debian buster-updates InRelease [46,8 kB]
Holen:4 http://security.debian.org/debian-security buster/updates/main Sources [1.688 B]
Holen:5 http://security.debian.org/debian-security buster/updates/main i386 Packages [1.448 B]
Holen:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [1.448 B]
Holen:7 http://security.debian.org/debian-security buster/updates/main Translation-en [1.364 B]
Holen:8 http://deb.debian.org/debian buster/non-free Sources [86,2 kB]
Holen:9 http://deb.debian.org/debian buster/main Sources [7.827 kB]
Holen:10 http://deb.debian.org/debian buster/contrib Sources [43,1 kB]
Holen:11 http://deb.debian.org/debian buster/main i386 Packages [7.854 kB]
Holen:12 http://deb.debian.org/debian buster/main amd64 Packages [7.897 kB]
Holen:13 http://deb.debian.org/debian buster/main Translation-de_DE [830 B]
Holen:14 http://deb.debian.org/debian buster/main Translation-en [5.967 kB]
Holen:15 http://deb.debian.org/debian buster/main Translation-de [1.654 kB]
Holen:16 http://deb.debian.org/debian buster/non-free i386 Packages [76,3 kB]
Holen:17 http://deb.debian.org/debian buster/non-free amd64 Packages [88,0 kB]
Holen:18 http://deb.debian.org/debian buster/non-free Translation-en [88,3 kB]
Holen:19 http://deb.debian.org/debian buster/contrib amd64 Packages [51,0 kB]
Holen:20 http://deb.debian.org/debian buster/contrib i386 Packages [46,9 kB]
Holen:21 http://deb.debian.org/debian buster/contrib Translation-en [44,7 kB]
Es wurden 31,9 MB in 23 s geholt (1.369 kB/s).
Paketlisten werden gelesen... Fertig
root@wolli-x230:/etc/apt# apt-get upgrade
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Paketaktualisierung (Upgrade) wird berechnet... Fertig
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.