在安装sdk时,会出现以下错误:
ubuntu-sdk : Depends: qt5-default but it is not going to be installed
Recommends: libqt5webkit5-qmlwebkitplugin but it is not going to be installed
Recommends: qtdeclarative5-particles-plugin but it is not going to be installed
Recommends: qtdeclarative5-qtaudioengine-plugin but it is not going to be installed
E: Unable to correct problems, you have held broken packages.发布于 2013-04-28 14:42:10
如果您正在运行Ubuntu12.04或12.10,请添加以下ppa:
sudo add-apt-repository ppa:canonical-qt5-edgers/qt5-proper && sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update或者如果您正在运行Ubuntu 13.04
sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update然后运行以下命令:
sudo apt-get install ubuntu-sdkhttps://askubuntu.com/questions/287305
复制相似问题