Today, I updated my Kubuntu installation - it was quite a while since the last time. Almost all went good, but the package qt4-dev-tools could not be upgraded. To try to resolve this I did something like
The final command resulted in the following output:
Has anyone experienced this and solved it? Any tips are welcome!
Code:
sudo apt-get update sudo apt-get remove qt4-dev-tools sudo apt-get dist-upgrade sudo apt-get install qt4-dev-tools
Code:
$ sudo apt-get install qt4-dev-tools Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: The following packages have unmet dependencies: qt4-dev-tools: Depends: libqt4-core (= 4.3.2-0ubuntu3) but 4.3.2-0ubuntu3.1 is to be installed E: Broken packages
Comment