I am having Ubuntu 14.04 LTS. While trying to install crossvc
, I am getting broken package error.
I tried to find solutions and tried all the suggested steps in different posts. But no success.
LOGS for
sudo apt-get install crossvc
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. The following information may help to resolve the situation: The following packages have unmet dependencies: crossvc : Depends: libqt3-mt (>= 3:3.3.8-b) but it is not installable E: Unable to correct problems, you have held broken packages.
LOGS for
sudo aptitude install crossvc
The following NEW packages will be installed: crossvc{b} libfam0{a} 0 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 1300 kB of archives. After unpacking 4048 kB will be used. The following packages have unmet dependencies: crossvc : Depends: libqt3-mt (>= 3:3.3.8-b) which is a virtual package. The following actions will resolve these dependencies: Keep the following packages at their current version: 1) crossvc [Not Installed] Accept this solution? [Y/n/q/?] n *** No more solutions available *** The following actions will resolve these dependencies: Keep the following packages at their current version: 1) crossvc [Not Installed] Accept this solution? [Y/n/q/?]
LOGS when installing using Ubuntu Software Center
Package dependencies cannot be resolved This error could be caused by required additional software packages which are missing or not installable. Furthermore there could be a conflict between software packages which are not allowed to be installed at the same time. Details: The following packages have unmet dependencies: crossvc: Depends: libc6 (>= 2.4) but 2.19-0ubuntu6 is to be installed Depends: libgcc1 (>= 1:4.1.1) but 1:4.9-20140406-0ubuntu1 is to be installed Depends: libqt3-mt (>= 3:3.3.8-b) but it is not going to be installed Depends: libstdc++6 (>= 4.2.1) but 4.8.2-19ubuntu1 is to be installed
Other option tried
Even I tried with doing the below for resolving broken package [referred from different posts] but no success.
sudo dpkg --configure -a sudo apt-get clean && sudo apt-get update dpkg --get-selections | grep hold [ no package listed ]
libqt3-mt
wasn't released after Precise. – user.dz Jul 06 '14 at 20:28