Comment 7 for bug 1784065

Revision history for this message
Dave Butcher (dbutcher) wrote :

This workaround doesn't work for me...
I have i386 architecture, so I changed the commands as follows:

wget https://launchpad.net/ubuntu/+source/glib2.0/2.48.2-0ubuntu3/+build/15131276/+files/libglib2.0-0_2.48.2-0ubuntu3_i386.deb
wget http://mirrors.kernel.org/ubuntu/pool/main/d/dpkg/dpkg_1.18.4ubuntu1_i386.deb
ar -x dpkg_1.18.4ubuntu1_i386.deb
tar -xzf data.tar.gz
sudo ./usr/bin/dpkg -i libglib2.0-0_2.48.2-0ubuntu3_i386.deb

everything appeared to process correctly, but when I run
sudo apt-get -f install
it fails with the same "interest-await" error as before.