wmforecast command not found

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

Introduction

When you run more command in linux terminal / console, you get the following error message

wmforecast: command not found

or when using sudo you get the following error message

sudo: wmforecast: command not found

Solutions to wmforecast: command not found

How To Fix wmforecast: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu wmforecast is provided by wmforecast package.

wmforecast is:

wmforecast is a weather dockapp for Window Maker. It displays the current temperature and an icon representing the current conditions. A balloon tooltip displays forecast information.

To fix this problem, we can install more using the command below.

sudo apt-get -y install wmforecast

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install wmforecast.

sudo apt -y install wmforecast

Or if you have aptitude installed you can use the following command.

sudo aptitude install wmforecast

Summary

In this tutorial we learn how to fix wmforecast command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.