Cuckoo is a simple alarm application that is designed specifically for Ubuntu. It supports the Ubuntu Unity Launcher, HUD, and Indicator interfaces which allows for you to control Cuckoo faster.
Objectives:
- Install Cuckoo Alarm Clock app on Ubuntu
- Enjoy!
Since cuckoo is no longer available in Ubuntu Software Center, you can install it from the ppa repository. Press Ctrl+Alt+T to open terminal.
Then run below 3 commands one by one to install cuckoo:
sudo add-apt-repository ppa:john.vrbanac/cuckoo sudo apt-get update sudo apt-get install cuckoo
If you don’t want to add the ppa, download the DEB from the link below:
Then install it via:
sudo dpkg -i ~/Downloads/cuckoo_*.deb; sudo apt-get -f install