Weather is a free and open source Weather application for for Linux, Windows and MacOS. Using this application you can view all weather conditions and weather forecasts in your system. You can view today, tomorrow and weather for next five days. It comes with dynamically changing gradient-based background according current weather conditions, metric or imperial systems, option to use your own personal weather API key. It is written in Python and released under GNU General Public License v3.0.
How to install Weather on Ubuntu
To install the latest version of Weather app, you need to install flatpak and flathub on your system. If you don’t have then install flatpak and flathub first and restart your system.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
After flatpak and flathub installation, run below Weather app flatpak install command. It will install the latest version of Weather application on your Ubuntu Linux system.
flatpak install flathub io.github.amit9838.weather
You can open the Weather app using below command or via the Show Apps menu from the Ubuntu dock.
flatpak run io.github.amit9838.weather
You can also uninstall it using below commands.
flatpak uninstall io.github.amit9838.weather
[OR]
sudo flatpak uninstall io.github.amit9838.weather