My issue was due to the fact that po-debconf did not install properly (likely because "New Printer" setup in Ubuntu 13.04 keeps crashing one me) during the installation of openprint-gutenprint drivers. The following resolved the above issue for me:
`sudo apt-get remove po-debconf` This removed all the packages and dependencies from attempting to install openprint-gutenprint drivers, but failed to remove po-debconf with the following error: "Package is in a very bad inconsistent state - you should reinstall it before attempting a removal." Package can be removed using the following command: `sudo dpkg --remove --force-remove-reinstreq po-debconf` Once it fully removes po-debconf: `sudo apt-get install po-debconf` `sudo apt-get install openprint-gutenprint` Hopefully this is helpful to some of you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1196327 Title: package man-db 2.6.5-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/man-db/+bug/1196327/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
