Como instalo o Maya Calendar (do Elementary OS) no Ubuntu 14.04?

2
Por favor, publique um guia simples sobre como instalar o calendário do Maya no Ubuntu 14.04. Eu tentei esta pergunta: Maya Calendar do Elementary OS no Ubuntu , mas Estou tendo muitos problemas com dependências não atendidas. Obrigado.

$ sudo apt-get install maya-calendar
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 resolve the situation:

The following packages have unmet dependencies:
 maya-calendar : Depends: libmaya-calendar0 (= 0.3.1.1+r816+pkg70~daily~ubuntu0.3.1.1) but it is not going to be installed
                 Depends: libgranite3 (>= 0.2.0) but it is not going to be installed
                 Depends: libgtk-3-0 (>= 3.11.7) but 3.10.8-0ubuntu1.6 is to be installed
                 Recommends: maya-calendar-plugin-caldav but it is not going to be installed
                 Recommends: maya-calendar-plugin-google but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
    
por Richard Gordon 10.09.2015 / 19:32

1 resposta

1

maya-calendar é basicamente o calendário california da fundação Yorba. Eu usei as instruções neste link e funcionou perfeitamente: Instale a Califórnia calendário

Em suma, use os seguintes comandos:

sudo add-apt-repository ppa:yorba/daily-builds
sudo apt-get update && sudo apt-get install california
    
por Raashid 26.04.2016 / 19:32