wmmoonclock command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wmmoonclock: command not found
or when using sudo you get the following error message
sudo: wmmoonclock: command not found
Solutions to wmmoonclock: command not found
How To Fix wmmoonclock: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wmmoonclock is provided by wmmoonclock package.
wmmoonclock is:
wmMoonClock displays a small pixmap of the current phase of the moon. You have to enter your latitude and longitude for it to work correctly. wmMoonClock is designed to work with the Window Maker dock, but will work with other window managers as well.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wmmoonclock
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wmmoonclock.
sudo apt -y install wmmoonclock
Or if you have aptitude installed you can use the following command.
sudo aptitude install wmmoonclock
Summary
In this tutorial we learn how to fix wmmoonclock command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.