wmsun command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wmsun: command not found
or when using sudo you get the following error message
sudo: wmsun: command not found
Solutions to wmsun: command not found
How To Fix wmsun: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wmsun is provided by wmsun package.
wmsun is:
wmSun displays the current day’s Sun Rise and Set Times. You have to enter your Latitude and Longitude for it to work correctly. wmSun is designed to work with the WindowMaker 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 wmsun
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wmsun.
sudo apt -y install wmsun
Or if you have aptitude installed you can use the following command.
sudo aptitude install wmsun
Summary
In this tutorial we learn how to fix wmsun command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.