Wednesday, May 8, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 8377  / 1 Year ago, sun, january 1, 2023, 4:44:31

After removing a PPA recently my local package system got messed up. It now asks me to run sudo apt-get -f install to fix dependencies.



Having waited a couple of days for the issue to resolve itself (sometimes dependencies change due to new pacakage releases), it didn't happen after all. So my question is: What is the way out? Is reinstalling the system the only method?



Note: I am aware that this is not the place to handle your problems with alpha releases, but in my opinion it is worthwhile to give a general answer on how to tackle the problem.



PS: The terminal output of my specific problem



$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following package was automatically installed and is no longer required:
libx264-118
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libglib2.0-0 libglib2.0-bin libglib2.0-dev
Suggested packages:
libglib2.0-doc
The following packages will be upgraded:
libglib2.0-0 libglib2.0-bin libglib2.0-dev
3 upgraded, 0 newly installed, 0 to remove and 150 not upgraded.
9 not fully installed or removed.
Need to get 0 B/3.062 kB of archives.
After this operation, 130 kB disk space will be freed.
Do you want to continue [Y/n]? y
dpkg: error processing libglib2.0-0 (--configure):
libglib2.0-0:amd64 2.31.14-0ubuntu1~build1 cannot be configured because libglib2.0-0:i386 is in a different version (2.31.14-0ubuntu1)
dpkg: dependency problems prevent configuration of libglib2.0-bin:
libglib2.0-bin depends on libglib2.0-0 (= 2.31.14-0ubuntu1~build1); however:
Package libglib2.0-0 is not configured yet.
dpkg: error processing libglib2.0-bin (--configure):
dependency problems - leaving unconfiguredNo apport report written because the error message indicates its a followup error from a previous failure.

dpkg: dependency problems prevent configuration of libglib2.0-dev:
libglib2.0-dev depends on libglib2.0-0 (= 2.31.14-0ubuntu1~build1); however:
Package libglib2.0-0 is not configured yet.
libglib2.0-dev depends on libglib2.0-bin (= 2.31.14-0ubuntu1~build1); however:
Package libglib2.0-bin is not configured yet.
dpkg: error processing libglib2.0-dev (--configure):
dependency problems - leaving unconfigured
dpkg: error processing libglib2.0-0:i386 (--configure):
libglib2.0-0:i386 2.31.14-0ubuntu1 cannot be configured because libglib2.0-0:amd64 is in a different version (2.31.14-0ubuntu1~build1)
dpkg: dependency problems prevent configuration of libgtk-3-0:
libgtk-3-0 depends on libglib2.0-0 (>= 2.31.14); however:
Package libglib2.0-0 is not configured yet.
dpkg: error processing libgtk-3-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libgail-3-0:
libgail-3-0 depends on libglib2.0-0 (>= 2.31.14); however:
Package libNo apport report written because the error message indicates its a followup error from a previous failure.
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
glib2.0-0 is not configured yet.
libgail-3-0 depends on libgtk-3-0 (= 3.3.12-0ubuntu1~build1); however:
Package libgtk-3-0 is not configured yet.
dpkg: error processing libgail-3-0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of gir1.2-gtk-3.0:
gir1.2-gtk-3.0 depends on libgtk-3-0 (>= 3.3.12); however:
Package libgtk-3-0 is not configured yet.
dpkg: error processing gir1.2-gtk-3.0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libgtk-3-bin:
libgtk-3-bin depends on libgtk-3-0 (>= 3.3.12-0ubuntu1~build1); however:
Package libgtk-3-0 is not configured yet.
dpkg: error processing libgtk-3-bin (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libgtk-3-dev:
libgtk-3-dev depends on libgtk-3-0 (= 3.3.12-0ubuntu1~build1); however:
Package libgtk-3-0 is not configured yet.
libgtk-3-dev depends on gir1.2-gtk-3.0 (= 3.3.12-0ubuntu1~build1); however:
Package gir1.2-gtk-3.0 is not configured yet.
libgtk-3-dev depends on libglib2.0-dev (>= 2.31.14); however:
Package libglib2.0-dev is not configured yet.
dpkg: error processing libgtk-3-dev (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libglib2.0-0
libglib2.0-bin
libglib2.0-dev
libglib2.0-0:i386
libgtk-3-0
libgail-3-0
gir1.2-gtk-3.0
libgtk-3-bin
libgtk-3-dev
E: Sub-process /usr/bin/dpkg returned an error code (1)

More From » ppa

 Answers
2

This worked for me:




  1. Open Synaptic

  2. It might say There are broken packages on your system. If it does, go to Edit -> Mark broken packages and hit apply.

  3. Close Synaptic and do sudo apt-get update && sudo apt-get upgrade and everything might be fine again.


[#40584] Sunday, January 1, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
cheeturage

Total Points: 432
Total Questions: 111
Total Answers: 115

Location: Bahrain
Member since Tue, Mar 1, 2022
2 Years ago
cheeturage questions
Sat, Dec 4, 21, 02:22, 2 Years ago
Mon, Jan 2, 23, 22:39, 1 Year ago
Sun, Sep 12, 21, 03:21, 3 Years ago
;