wmweather command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wmweather: command not found
or when using sudo you get the following error message
sudo: wmweather: command not found
Solutions to wmweather: command not found
How To Fix wmweather: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wmweather is provided by wmweather package.
wmweather is:
wmweather provides a monitor on a 64x64 mini window that displays the current weather. The weather reports are received from NOAA’s National Weather Service at http://www.nws.noaa.gov/, that is the same source that pilots use.
wmweather is designed to work with the WindowMaker dock, but will work with other window managers as well. xbase-clients are required for the left click to bring up the complete METAR record.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wmweather
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wmweather.
sudo apt -y install wmweather
Or if you have aptitude installed you can use the following command.
sudo aptitude install wmweather
Summary
In this tutorial we learn how to fix wmweather command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.