Geary não instalando

1

Eu tenho um problema que a Geary não está instalando mesmo depois de repetidas tentativas. O abaixo é o erro que estou recebendo. Por favor, deixe-me saber quais são as medidas corretivas Obrigado!

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:
 geary : Depends: libgee-0.8-2 (>= 0.14.0) but 0.10.5-1ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.
    
por Shash 20.11.2014 / 14:35

1 resposta

3

Instale o seguinte ppa: link

usando:

sudo add-apt-repository ppa:vala-team/ppa

faça uma atualização e faça upgrade

sudo apt-get update
sudo apt-get upgrade

depois disso, basta instalar o geary (do ppa diário)

sudo apt-get install geary
    
por user369611 17.01.2015 / 13:49