8

The Maya Calendar from Elementary OS seems really nice:

enter image description here

Has anyone been able to run it on Ubuntu ? Is it available on some repository ? After installing the dependencies, I only get a ton of error messages when I try to build it from source. This question on the official page has no positive answer yet.

Klaus
  • 231
  • 1
  • 3
  • 9

2 Answers2

4

This is the way to install Mayan Calendar on Ubuntu.

sudo apt-add-repository ppa:elementary-os/daily
sudo apt-get update
sudo apt-get install maya-calendar

Source

A.B.
  • 92,125
1

If you don't want untested features use the 'stable' repo instead of 'daily'

sudo apt-add-repository ppa:elementary-os/stable
sudo apt-get update
sudo apt-get install maya-calendar
i.O
  • 21
  • 1