Você não pode instalá-lo porque o pacote atual do unity-webapps-preview depende do Firefox 14 por algum motivo (mesmo que ele funcione bem com 15 e mais recente), então você terá que esperar por uma atualização para poder para instalá-lo.
Estou tentando instalar o unity-webapps-preview, portanto, eu adicionei o PPA anteriormente:
$ sudo add-apt-repository ppa:webapps/preview
$ sudo apt-get update
mas recebo o seguinte erro:
$ 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.
Eu tentei instalar manualmente as dependências e recebo:
$ 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.
Versão do Firefox: 15.0.1
Versão do Ubuntu: 12.04
Você não pode instalá-lo porque o pacote atual do unity-webapps-preview depende do Firefox 14 por algum motivo (mesmo que ele funcione bem com 15 e mais recente), então você terá que esperar por uma atualização para poder para instalá-lo.
Piotrek Sobieszczański em outro fórum disse: "Basta remover a visualização do final do nome do pacote .. $ sudo apt-get install unity-webapps
". Isso funcionou para mim.