在安装sudo apt-get install ubuntu-sdk,时,我面临以下软件包没有满足的依赖关系:
ubuntu-sdk : Depends: qtcreator-plugin-ubuntu-cordova but it is not going to be installed
E: Unable to correct problems, you have held broken packages.发布于 2013-12-27 20:46:45
ubuntu-sdk依赖于qtcreator-plugin-ubuntu-cordova。后者需要cordova-ubuntu-2.8、cordova-ubuntu-2.8-dev、qtcreator-plugin-ubuntu、qtcreator-plugin-ubuntu-cordova-common。
这个未满足的依赖问题可能会引起,因为无法安装qtcreator-plugin-ubuntu-cordova。
所以跑:
sudo apt-get install ubuntu-sdk qtcreator-plugin-ubuntu-cordova cordova-ubuntu-2.8 cordova-ubuntu-2.8-dev qtcreator-plugin-ubuntu qtcreator-plugin-ubuntu-cordova-commonhttps://askubuntu.com/questions/396503
复制相似问题