我一直在尝试安装ubuntu开发环境,这样我就可以开始在应用程序开发中获得实践了。但是,一旦我尝试安装ubuntu,就会得到以下错误:
The following packages have unmet dependencies:
ubuntu-sdk : Depends: ubuntu-html5-container but it is not going to be installed然后,我开始插入命令:
sudo apt-get install ubuntu-html5-container在其中,我收到以下错误消息:
The following packages have unmet dependencies:
ubuntu-html5-container : Depends: qtdeclarative5-ubuntu-ui-extras-browser-plugin but it is not installable这时,我觉得插入命令是合乎逻辑的:
sudo apt-get install qtdeclarative5-ubuntu-ui-extras-browser-plugin我的新错误信息是:
Package qtdeclarative5-ubuntu-ui-extras-browser-plugin is not available, but is referred to by another package.这可能意味着软件包丢失了,已经过时,或者只能从另一个来源获得。
我不知道我做错了什么,我已经多次更新了我的存储库库,但仍然什么也没有更新。有人能告诉我我做错了什么吗?为什么这不像它应该做的那样?
发布于 2014-01-30 13:27:08
我有同样的问题试图在一个新的VM上安装ubuntu-sdk今天VM正在运行Ubuntu12.04LTS 64位
我是如何解决这个问题的:
qtdeclarative5-ubuntu-ui-extras-browser-plugin
qtdeclarative5-ubuntu-ui-extras-browser-plugin-assets
sudo apt-get libqt5core5 sudo apt-get libqt5gui5 sudo apt-get libqt5quick5 libqt5sql5 libqt5webkit5 window 5sql5-sqlite sudo apt-获取安装libqt5webkit5-qmlwebkitplugin qtportative5-qtQuick2-plugin sudo sudo dpkg -i sudo apt-get libqt5quick5 qtatixve5-ubuntu ui-工具箱-get libqt5quick5 qt说明5-extras-browser-plugin_0.22+13.10.20131011.1-0ubuntu1_amd64.deb
最后,运行命令来安装skd:
sudo apt安装ubuntu-sdk
这对我来说很好:)
发布于 2014-01-30 14:09:37
只在终端上尝试这个命令,
sudo apt-get install aptitude; sudo aptitude install ubuntu-sdkhttps://askubuntu.com/questions/408463
复制相似问题