wmtime command not found
In this troubleshooting guide we learn how to fix wmtime command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
wmtime: command not found
or when using sudo you get the following error message
sudo: wmtime: command not found
Solutions to wmtime: command not found
How To Fix wmtime: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wmtime is provided by wmtime package.
wmtime is:
WMTime displays the time and date and gives you some nice additional features too. It is intended for docking in Window Maker.
It currently provides:
- the time and date;
- a realtime morphing interface (analog <> digital mode);
- auto-scaled and anti-aliased hands;
- localization: displaying the day and date in various languages;
- three user-defined commands to launch.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wmtime
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wmtime.
sudo apt -y install wmtime
Or if you have aptitude installed you can use the following command.
sudo aptitude install wmtime
Summary
In this tutorial we learn how to fix wmtime command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.