Nachdem mich die Nachrichten über das xz-Backdoor gestern sehr beunruhigt haben, habe ich auf meinem System mit Debian Testing (und ein wenig unstable für den aktuellen Firefox) ein full-upgrade durchgeführt.
Leider hat das zu unerwartet großen Problemen geführt: Gnome wurde deinstalliert und eine Neuinstallation von Gnome ist scheinbar nicht möglich.

Könnt ihr mir helfen, das System wieder hinzubiegen, oder ist eine Neu-Installation notwendig?

Hier der Output, wenn ich versuche ein Upgrade durchzuführen:

Hier meine Configs:
/etc/apt/sources.list
Code: Alles auswählen
$ sudo cat /etc/apt/sources.list
deb https://deb.debian.org/debian/ trixie main non-free non-free-firmware contrib
# deb-src https://deb.debian.org/debian/ trixie main non-free-firmware contrib
deb https://deb.debian.org/debian/ trixie-updates main non-free non-free-firmware contrib
# deb-src https://deb.debian.org/debian/ trixie-updates main non-free-firmware contrib
deb https://deb.debian.org/debian/ trixie-proposed-updates main non-free non-free-firmware contrib
# deb-src https://deb.debian.org/debian/ trixie-proposed-updates main non-free-firmware contrib
deb https://deb.debian.org/debian/ trixie-backports main non-free non-free-firmware contrib
# deb-src https://deb.debian.org/debian/ trixie-backports main non-free-firmware contrib
deb https://security.debian.org/debian-security/ trixie-security main non-free non-free-firmware contrib
# deb https://security.debian.org/debian-security/ trixie-security main non-free-firmware contrib
# For Firefox
# deb https://deb.debian.org/debian/ unstable main non-free non-free-firmware contrib
Code: Alles auswählen
// Pre-configure all packages with debconf before they are installed.
// If you don't like it, comment it out.
DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt || true";};
//Default Release
APT::Default-Release "trixie";
Code: Alles auswählen
Package: *
Pin: release a=testing
Pin-Priority: 900
Package: *
Pin: release o=Debian,a=unstable
Pin-Priority: 300
Package: *
Pin: release o=Debian
Pin-Priority: -10
Code: Alles auswählen
deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian bookworm stable
