gnome-weather command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gnome-weather: command not found
or when using sudo you get the following error message
sudo: gnome-weather: command not found
Solutions to gnome-weather: command not found
How To Fix gnome-weather: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gnome-weather is provided by gnome-weather package.
gnome-weather is:
Weather is a small application for GNOME that allows one to monitor the current weather conditions for a city, or anywhere in the world, and to access updated forecasts provided by various internet services.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gnome-weather
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gnome-weather.
sudo apt -y install gnome-weather
Or if you have aptitude installed you can use the following command.
sudo aptitude install gnome-weather
Summary
In this tutorial we learn how to fix gnome-weather command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.