Comment 4 for bug 323894

Revision history for this message
Joerg Bischoff (joerg-bischoff) wrote :

Hello,

the workaround:

TEST CASE:
 1. when the system is in incosistent state (e.g. because of bad xine update) run: sudo dpkg --configure -a
 2. verify that it does not behave corretly anymore and errors out
 3. install the updated version of dpkg (with wget and dpkg -i)
     wget https://edge.launchpad.net/%7Emvo/+archive/ppa/+files/dpkg_1.14.20ubuntu6.1_i386.deb
     dpkg -i dpkg_1.14.20ubuntu6.1_i386.deb
 4. verify that it installs correctly and runs some pending trigger actions
 5. run "sudo dpkg --configure -a" and verify that this works without error

Solved my problem :-)

Thanks a lot.