wmfrog command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wmfrog: command not found
or when using sudo you get the following error message
sudo: wmfrog: command not found
Solutions to wmfrog: command not found
How To Fix wmfrog: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wmfrog is provided by wmfrog package.
wmfrog is:
This package provides a dockapp for weather reports. It shows:
- Cloud cover: clear, few, scattered, broken, overcast etc.
- Precipitation: light, moderate, or heavy rain, hail, or snow.
- Humidity as a percentage.
- Wind speed, average and gusting, and direction.
- Temperature: Celsius or Fahrenheit.
- Special conditions such as gales, thunderstorms, or tornadoes.
The name of the reporting station can be configured and the time of the last update is displayed.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wmfrog
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wmfrog.
sudo apt -y install wmfrog
Or if you have aptitude installed you can use the following command.
sudo aptitude install wmfrog
Summary
In this tutorial we learn how to fix wmfrog command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.