moonphases command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
moonphases: command not found
or when using sudo you get the following error message
sudo: moonphases: command not found
Solutions to moonphases: command not found
How To Fix moonphases: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu moonphases is provided by undertime package.
undertime is:
Undertime draws a simple 24 hour table of matching times across different timezones or cities, outlining waking hours. This allows picking an ideal meeting date across multiple locations for teams working internationally.
To fix this problem, we can install more using the command below.
sudo apt-get -y install undertime
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install undertime.
sudo apt -y install undertime
Or if you have aptitude installed you can use the following command.
sudo aptitude install undertime
Summary
In this tutorial we learn how to fix moonphases command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.