web-dev-qa-db-fra.com

Comment installer Maya Calendar (à partir de Elementary OS) sur Ubuntu 14.04?

Veuillez publier un guide simple sur la manière d'installer le calendrier Maya sur Ubuntu 14.04. J'ai essayé cette question: Maya Calendar de Elementary OS sur Ubunt , mais j'ai de nombreux problèmes avec des dépendances non satisfaites. Merci.

$ 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.
2
Richard Gordon

maya-calendar est fondamentalement le calendrier california de la fondation Yorba. J'ai utilisé les instructions dans ce lien et cela a fonctionné parfaitement: Installer le calendrier californien

En bref, utilisez les commandes suivantes:

Sudo add-apt-repository ppa:yorba/daily-builds
Sudo apt-get update && Sudo apt-get install california
1
Raashid