I think it's fixed. I grabbed the deb for the missing libglib2: wget http://archive.ubuntu.com/ubuntu/poo...u3.1_amd64.deb
And force installed it:
Code:
sudo dpkg -i --force-overwrite ./libglib2.0-0t64_2.80.0-6ubuntu3.1_amd64.deb
Before I did the force overwrite dpkg failed with:
Code:
dpkg: error processing archive ./libglib2.0-0t64_2.80.0-6ubuntu3.1_amd64.deb (--install):
trying to overwrite shared '/usr/share/doc/libglib2.0-0t64/changelog.Debian.gz', which is different from other instances of package libglib2.0-0t64:amd64
I wonder if that is what caused the failure during the initial upgrade. I saw no sign of an error related to installing libglib2 in the log.
I got this warning during the forced dpkg which I hope I can ignore:
Code:
No such key “toggle-shaded” in schema “org.gnome.desktop.wm.keybindings:Unity” as specified in override file “/usr/share/glib-2.0/schemas/10_ubuntu-settings.gschema.override”; ignoring override for this key.
After an ldconfig, sudo apt --fix-broken install
worked.
spits out a lot of messages like:
Code:
(appstreamcli:85449): GLib-GIO-CRITICAL **: 14:56:21.217: GFileInfo created without standard::is-hidden
(appstreamcli:85449): GLib-GIO-CRITICAL **: 14:56:21.217: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
is cooking and I'll autoremove after that. Is there anything else I can do to finalize or clean up this upgrade since the initial do-release-upgrade didn't complete normally?