instalação do unit-webapps-preview 12.04 não é possível

1

Eu tentei instalar o unity-webapps-preview na versão de suporte a longo prazo do Ubuntu 12.04 64bit.

Eu usei este HOWTO

Mas toda vez que eu tento, isso acontece:

tom@Tom-Laptop:~/Downloads$ sudo apt-get install  unity-webapps-preview 
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut       
Statusinformationen werden eingelesen... Fertig
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:

Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 unity-webapps-preview : Hängt ab von: xul-ext-unity soll aber nicht installiert werden
                         Hängt ab von: xul-ext-websites-integration soll aber nicht installiert werden
                         Hängt ab von: xul-ext-webaccounts soll aber nicht installiert werden
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.

Tradução:

tom @ tom-laptop: ~ / Downloads $ sudo apt-get install unity-webapps-preview
Reading package lists ... ready
Dependency tree
Status information is read ... ready
Some packages could not be installed. This may mean that
You have requested an impossible situation or if you are
Unstable distribution use that some required packages have
not have been created or have have not been moved from incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
unity-webapps-preview: Depends: xul-ext-unity will not be installed
Depends on: xul-ext-websites-integration will not be installed
Depends on: xul-ext-web accounts will not be installed
E: Problems can not be corrected, you have held broken packages back.

e quando eu tento instalar os pacotes necessários ( xul-ext-unity , xul ext websites integration , xule xt webaccounts ) eu recebo isto:

Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 xul-ext-unity : Beschädigt: firefox (>= 15.+) aber 17.0~b2+build1-0ubuntu0.12.04.1~mfn2 soll installiert werden
 xul-ext-webaccounts : Beschädigt: firefox (>= 14.+) aber 17.0~b2+build1-0ubuntu0.12.04.1~mfn2 soll installiert werden
 xul-ext-websites-integration : Beschädigt: firefox (>= 15.+) aber 17.0~b2+build1-0ubuntu0.12.04.1~mfn2 soll installiert werden
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.

Tradução:

The following packages have unmet dependencies:
  xul-ext-unity: Damaged: firefox (> = 15 +) but 17.0~b2+build1-0ubuntu0.12.04.1~mfn2 will be installed
  xul-ext-web accounts: Damaged: firefox (> = 14 +) but 17.0 will 17.0~b2+build1-0ubuntu0.12.04.1~mfn2 be installed
  xul-ext-websites-integration: Damaged: firefox (> = 15 +) but 17.0~b2+build1-0ubuntu0.12.04.1~mfn2 will be installed
 E: Problems can not be corrected, you have held broken packages back.

(o Firefox 17 está instalado, no entanto)

EDITAR: Obrigado por essa resposta extremamente rápida, mas infelizmente não ajudou nada. Mesmo erro ainda.

PS: eu até tentei sudo apt-get install -f -m unity-webapps-preview

    
por theguywiththehut 24.10.2012 / 14:01

1 resposta

-1

Abra seu terminal e faça isso:

sudo apt-get update
sudo apt-get install -f
sudo apt-get dist-upgrade

entre aqueles 1 é para atualizar o cache e 2 é para corrigir pacotes quebrados e 3 é para lidar com pacotes retidos.

espero que ajude.

obrigado.

    
por rɑːdʒɑ 24.10.2012 / 14:13