wmweather+ command not found

In this troubleshooting guide we learn how to fix wmweather+ command not found error message

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:

This provides a monitor on a 64x64 mini window that displays the current weather conditions, forecast data (US only), and optionally a radar image. It will also watch for various warnings and display them using an external command.

It is designed to work with the WindowMaker dock, but will work with other window managers as well. Think wmweather with a smaller font, forecasts, a weather map, and a sky condition display.

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.