2

Please publish a simple guide on how to install Maya calendar on Ubuntu 14.04. I tried this question: Maya Calendar from Elementary OS on Ubuntu, but I'm having a lot of problems with unmet dependencies. Thanks.

$ 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.

1 Answers1

1

maya-calendar is basically the california calendar from Yorba foundation. I used the instructions in this link and it worked flawlessly: Install California calendar

In short use the following commands:

sudo add-apt-repository ppa:yorba/daily-builds
sudo apt-get update && sudo apt-get install california
Raashid
  • 11