wmcalclock command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wmcalclock: command not found
or when using sudo you get the following error message
sudo: wmcalclock: command not found
Solutions to wmcalclock: command not found
How To Fix wmcalclock: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wmcalclock is provided by wmcalclock package.
wmcalclock is:
wmCalClock is a dock app specifically written for WindowMaker, but will work with other window managers. It features antialiased text display with the ability to choose between different fonts and colors. wmCalclock supports 12, 24 and 30 hour time, Greenwich time, Greenwich Mean Sidereal Time, and Local Sidereal Time.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wmcalclock
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wmcalclock.
sudo apt -y install wmcalclock
Or if you have aptitude installed you can use the following command.
sudo aptitude install wmcalclock
Summary
In this tutorial we learn how to fix wmcalclock command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.