R3v*_*v4n 6 unity webapps 12.04
我正在尝试安装 unity-webapps-preview,所以我之前添加了 PPA:
$ sudo add-apt-repository ppa:webapps/preview
$ sudo apt-get update
Run Code Online (Sandbox Code Playgroud)
但我收到以下错误:
$ sudo apt-get install unity-webapps-preview
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.
unity-webapps-preview : Depends: xul-ext-unity but it is not going to be installed
Depends: xul-ext-websites-integration but it is not going to > be installed
Depends: xul-ext-webaccounts but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Run Code Online (Sandbox Code Playgroud)
我尝试手动安装依赖项,我得到:
$ sudo apt-get install xul-ext-unity xul-ext-websites-integration xul-ext-webaccounts
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.
xul-ext-webaccounts : Breaks: firefox (>= 14.+) but 15.0.1+build1-0ubuntu0.12.04.1 is to be installed
E: Unable to correct problems, you have held broken packages.
Run Code Online (Sandbox Code Playgroud)
火狐版本:15.0.1
Ubuntu 版本:12.04
您无法安装它,因为当前的 unity-webapps-preview 软件包由于某种原因依赖于 Firefox 14(尽管它在 15 及更高版本上运行良好),因此您必须等待更新才能安装它。