Ubuntu SDK 中缺少软件包-qtdeclarative5-ubuntu-webapps-api

Ubuntu SDK 中缺少软件包-qtdeclarative5-ubuntu-webapps-api

由于缺少软件包,安装 Ubuntu SDK 失败

qtdeclarative5-ubuntu-webapps-api

这是来自 apt-get 的消息:

The following packages have unmet dependencies:
 ubuntu-html5-sdk : Depends: qtdeclarative5-ubuntu-webapps-api but it is not installable
                    Depends: ubuntu-html5-container but it is not going to be installed

我可以从别处得到这个包裹吗?

答案1

ubuntu-html5-sdk元包仅存在于可靠(14.04),其中qtdeclarative5-unity-action-plugin也应该可用(尽管根据包裹细节,它不是必需的)。

  • 您是否从软件包存储库安装 SDK?如果是,您的软件包索引是否是最新的?运行apt-get update以确保无误。

  • 如果您从 PPA 安装,请将您的问题告知其维护人员。

  • 如果一切都失败了,你可以手动安装依赖项,然后重试安装,但我建议不要这样做,因为它会阻止您接收自动更新,并且非常可能会造成破坏(由于版本不兼容)。

相关内容