Broken Packages
I managed to fix it by un-commenting the last two lines in my sources.list
, then chasing down all of the dependencies and apt-get -f
removing them, then apt-get updating && apt-get upgrading
the system. Here's a link to my terminal history if anyone else has this issue with the same packages:
https://www.dropbox.com/s/azpue8lq01eqbp2/broken_packages
and here are the commands I used to fix the system:
root@desktop:/home/karl# history 50
611 apt-get clean
612 apt-get autoclean
613 apt-get autoremove
614 apt-get purge libqt4-designer:i386
615 apt-get -f purge libqt4-designer:i386
616 apt-get -f install
617 apt-get -f purge libqt4-designer:i386
618 clear
619 apt-get update
620 clear
621 apt-get upgrade
622 apt-get -f install
623 apt-get remove libqt4-designer
624 apt-get -f install
625 apt-get update
626 c
627 apt-get update
628 apt-get -f install
629 apt-get upgrade
630 apt-get -f upgrade
631 apt-get -f install
632 apt-get -f remove libqt4-designer
633 apt-get -f remove libqt4-designer libqt4-gui libqt4-qt3support python-qt4
634 apt-get -f remove libqt4-designer libqt4-gui libqt4-qt3support python-qt4 kdelibs5-plugins kmouth libkde3support4 lsb-desktop python-qt4-gl
635 apt-get -f remove libqt4-designer libqt4-gui libqt4-qt3support python-qt4 kdelibs5-plugins kmouth libkde3support4 lsb-desktop python-qt4-gl jovie kde-runtime lsb
636 apt-get -f remove libqt4-designer libqt4-gui libqt4-qt3support python-qt4 kdelibs5-plugins kmouth libkde3support4 lsb-desktop python-qt4-gl jovie kde-runtime lsb amarok kdemultimedia-kio-plugins kubuntu-debug-installer qapt-batch
637 apt-get update
638 apt-get upgrade
639 apt-get install linux-generic linux-headers-generic linux-image-generic
640 apt-get update && apt-get upgrade