Hi, During the upgrade from Bookworm to Trixie (apt full-upgrade), I’m getting an error message that blocks the process.
This seems to be related to a driver I had installed for a Samsung printer from the repository https://www.bchemnet.com/suldr. I tried without success to delete suld-driver2-1.00.39hp in order to restart the upgrade with apt-get -f install (apt-get -f install show the same blocking error right now, see https://pastebin.com/GG2hXt0B). apt --fix-broken install does not fix the issue (see https://pastebin.com/yMtFjVYt). systemctl stop cups.service neither. I also tried to install libgio-2.0.so.0 to fix the source of error but apt install libglib2.0-0 triggers dependencies issues (see https://pastebin.com/kjDk8gS4). Do someone have a solution? Right now my computer is stuck between two Debian versions, half-functional. error message: --- Suppression de suld-driver2-1.00.39hp (1.00.39hp-1) ... Job for cups.service failed because the control process exited with error code. See "systemctl status cups.service" and "journalctl -xeu cups.service" for details. invoke-rc.d: initscript cups, action "restart" failed. ● cups.service - CUPS Scheduler Loaded: loaded (/lib/systemd/system/cups.service; enabled; preset: enabled) Active: activating (auto-restart) (Result: exit-code) since Mon 2025-08-18 17:12:53 CEST; 9ms ago TriggeredBy: × cups.path ● cups.socket Docs: man:cupsd(8) Process: 121049 ExecStart=/usr/sbin/cupsd -l (code=exited, status=127) Main PID: 121049 (code=exited, status=127) CPU: 4ms dpkg: erreur de traitement du paquet suld-driver2-1.00.39hp (--remove) : le sous-processus paquet suld-driver2-1.00.39hp script post-removal installé a renvoyé un état de sortie d'erreur 1 dpkg: trop d'erreurs, arrêt Des erreurs ont été rencontrées pendant l'exécution : suld-driver2-1.00.39hp L'exécution a été arrêtée car il y avait trop d'erreurs. /usr/bin/gdbus: error while loading shared libraries: libgio-2.0.so.0: cannot open shared object file: No such file or directory needrestart is being skipped since dpkg has failed E: Sub-process /usr/bin/dpkg returned an error code (1) ---

