Ihave run into a little problem updating my precise install here. Here is the output when I use apt-get -f install (I tried it using Muon, It was a no-go)
ANy possible solutions here short of reinstall?
Code:
bsniadajewski@bsniadajewski-kubuntu:~$ sudo apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done The following extra packages will be installed: libqt4-help libqt4-qt3support libqt4-scripttools libqt4-test qdbus The following packages will be upgraded: libqt4-help libqt4-qt3support libqt4-scripttools libqt4-test qdbus 5 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 7 not fully installed or removed. Need to get 0 B/1,531 kB of archives. After this operation, 1,024 B of additional disk space will be used. Do you want to continue [Y/n]? y dpkg: dependency problems prevent configuration of libqt4-help: libqt4-help depends on libqt4-network (= 4:4.8.0-1ubuntu6); however: Version of libqt4-network on system is 4:4.8.0-1ubuntu8. libqt4-help depends on libqt4-sql (= 4:4.8.0-1ubuntu6); however: Version of libqt4-sql on system is 4:4.8.0-1ubuntu8. libqt4-help depends on libqtcore4 (= 4:4.8.0-1ubuntu6); however: Version of libqtcore4 on system is 4:4.8.0-1ubuntu8. libqt4-help depends on libqtgui4 (= 4:4.8.0-1ubuntu6); however: Version of libqtgui4 on system is 4:4.8.0-1ubuntu8. dpkg: error processing libqt4-help (--configure): dependency problems - leaving unconfigured No apport report written because the error message indicates its a followup error from a previous failure. dpkg: dependency problems prevent configuration of libqt4-qt3support: libqt4-qt3support depends on libqt4-designer (= 4:4.8.0-1ubuntu6); however: Version of libqt4-designer on system is 4:4.8.0-1ubuntu8. libqt4-qt3support depends on libqt4-network (= 4:4.8.0-1ubuntu6); however: Version of libqt4-network on system is 4:4.8.0-1ubuntu8. libqt4-qt3support depends on libqt4-sql (= 4:4.8.0-1ubuntu6); however: Version of libqt4-sql on system is 4:4.8.0-1ubuntu8. libqt4-qt3support depends on libqt4-xml (= 4:4.8.0-1ubuntu6); however: Version of libqt4-xml on system is 4:4.8.0-1ubuntu8. libqt4-qt3support depends on libqtcore4 (= 4:4.8.0-1ubuntu6); however: Version of libqtcore4 on system is 4:4.8.0-1ubuntu8. libqt4-qt3support depends on libqtgui4 (= 4:4.8.0-1ubuntu6); however: Version of libqtgui4 on system is 4:4.8.0-1ubuntu8. dpkg: error processing libqt4-qt3support (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of libqt4-scrNo apport report written because the error message indicates its a followup error from a previous failure. ipttools: libqt4-scripttools depends on libqt4-script (= 4:4.8.0-1ubuntu6); however: Version of libqt4-script on system is 4:4.8.0-1ubuntu8. libqt4-scripttools depends on libqtcore4 (= 4:4.8.0-1ubuntu6); however: Version of libqtcore4 on system is 4:4.8.0-1ubuntu8. libqt4-scripttools depends on libqtgui4 (= 4:4.8.0-1ubuntu6); however: Version of libqtgui4 on system is 4:4.8.0-1ubuntu8. dpkg: error processing libqt4-scripttools (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of libqt4-test: libqt4-test depends on libqtcore4 (= 4:4.8.0-1ubuntu6); however: Version of libqtcore4 on system is 4:4.8.0-1ubuntu8. No apport report written because the error message indicates its a followup error from a previous failure. dpkg: error processing libqt4-test (--configure): dependency problems - leaving unconfigured No apport report written because MaxReports is reached already dpkg: dependency problems prevent configuration of libkde3support4: libkde3support4 depends on libqt4-qt3support (>= 4:4.7.0); however: Package libqt4-qt3support is not configured yet. dpkg: error processing libkde3support4 (--configure): dependency problems - leaving unconfigured No apport report written because MaxReports is reached already dpkg: dependency problems prevent configuration of kdelibs5-plugins: kdelibs5-plugins depends on libkde3support4 (= 4:4.8.0-0ubuntu2); however: Package libkde3support4 is not configured yet. kdelibs5-plugins depends on libqt4-qt3support (>= 4:4.7.0); however: Package libqt4-qt3support is not configured yet. dpkg: error processing kdelibs5-plugins (--configure): dependency problems - leaving unconfigured No apport report written because MaxReports is reached already dpkg: dependency problems prevent configuration of qdbus: qdbus depends on libqt4-dbus (= 4:4.8.0-1ubuntu6); however: Version of libqt4-dbus on system is 4:4.8.0-1ubuntu8. qdbus depends on libqt4-xml (= 4:4.8.0-1ubuntu6); however: Version of libqt4-xml on system is 4:4.8.0-1ubuntu8. qdbus depends on libqtcore4 (= 4:4.8.0-1ubuntu6); however: Version of libqtcore4 on system is 4:4.8.0-1ubuntu8. dpkg: error processing qdbus (--configure): dependency problems - leaving unconfigured No apport report written because MaxReports is reached already Errors were encountered while processing: libqt4-help libqt4-qt3support libqt4-scripttools libqt4-test libkde3support4 kdelibs5-plugins qdbus E: Sub-process /usr/bin/dpkg returned an error code (1)
Comment