I tried to install qt-sdk under ubuntu 12.10 how can I fix this issue?
install log:
apt-get install qt-sdk
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:
qt-sdk : Depends: qt4-designer but it is not going to be installed
Depends: qt4-dev-tools but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
sudo apt-get install qt4-designer
I got this error message. – mbnoimi Apr 22 '13 at 10:52The following packages have unmet dependencies:
– mbnoimi Apr 22 '13 at 10:53qt4-designer : Depends: libqt4-designer (= 4:4.8.3+dfsg-0ubuntu3.1) but 4:4.8.3+dfsg-0ubuntu4~quantal1~test4 is to be installed
– mbnoimi Apr 22 '13 at 10:54Depends: libqt4-network (= 4:4.8.3+dfsg-0ubuntu3.1) but 4:4.8.3+dfsg-0ubuntu4~quantal1~test4 is to be installed Depends: libqt4-xml (= 4:4.8.3+dfsg-0ubuntu3.1) but 4:4.8.3+dfsg-0ubuntu4~quantal1~test4 is to be installed
– mbnoimi Apr 22 '13 at 10:54Depends: libqtcore4 (= 4:4.8.3+dfsg-0ubuntu3.1) but 4:4.8.3+dfsg-0ubuntu4~quantal1~test4 is to be installed Depends: libqtgui4 (= 4:4.8.3+dfsg-0ubuntu3.1) but 4:4.8.3+dfsg-0ubuntu4~quantal1~test4 is to be installed E: Unable to correct problems, you have held broken packages.
– mbnoimi Apr 22 '13 at 10:54/etc/apt/sources.list
is empty!!! – mbnoimi Apr 22 '13 at 20:20