12-10-2021, 06:03 PM
(This post was last modified: 12-10-2021, 06:04 PM by SocialNetworkingWasAMistake.)
Ran an update on my Bookworm. Seems to have borked the packages tho, anyone know what's going on here? It looks like a bunch of different packages need different versions of stuff, do I just need to wait for those packages to be updated to put my system back in a consistent state again?
Code:
➜ ~ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
Calculating upgrade... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python3-gi : Depends: libgirepository-1.0-1-with-libffi8 (>= 1.62.0-4~)
E: Broken packages
➜ ~ sudo apt install -f
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
catdoc exif g++-10 gedit-common gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0 gir1.2-gtksource-4 gir1.2-handy-0.0 gir1.2-handy-1 gir1.2-malcontent-0 gir1.2-notify-0.7 gir1.2-secret-1
gir1.2-soup-2.4 gir1.2-totem-1.0 gir1.2-totemplparser-1.0 gnome-disk-utility grilo-plugins-0.3 id3 libamtk-5-0 libamtk-5-common libaom0 libcbor0 libcodec2-0.9 libdmapsharing-3.0-2
libfluidsynth2 libgail-3-0 libgnomekbd-common libgnomekbd8 libgrilo-0.3-0 libgsf-1-114 libgsf-1-common libimagequant0 libllvm11 liblua5.3-0 libnemo-extension1 liboauth0 libpcre2-posix2
libpython3.10 libpython3.10-minimal libpython3.10-stdlib libraqm0 libstdc++-10-dev libtepl-5-0 libtotem-plparser-common libtotem-plparser18 libtotem0 libtracker-sparql-3.0-0 liburing1
libxklavier16 nemo-data odt2txt python3-aiohttp python3-async-timeout python3-attr python3-bs4 python3-cairo python3-cups python3-cupshelpers python3-multidict python3-pil
python3-pyfavicon python3-pyotp python3-pyzbar python3-smbc python3-soupsieve python3-sqlparse python3-tabulate python3-typing-extensions python3-xdg python3-yarl python3-yoyo
system-config-printer-udev totem totem-common
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
cinnamon-desktop-data cpupower-gui gedit gnome-authenticator libcinnamon-desktop4 libxapp1 lollypop malcontent malcontent-gui mobian-phosh nemo nemo-fileroller phosh-full
portfolio-filemanager powersupply python3-gi python3-gi-cairo python3-gst-1.0 system-config-printer-common totem-plugins xapps-common
0 upgraded, 0 newly installed, 21 to remove and 45 not upgraded.
7 not fully installed or removed.
After this operation, 21.5 MB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.
➜ ~