Hello Linux Geeksters. As you may know, Gis Weather is a customizable widget that displays the weather forecast of our chosen places, on the desktop. It shows temperature, wind, humidity for today and the next few days.
The latest version available is Gis Weather 0.6.3, which has been recently released, bringing fixes the the already known bugs. For information about this, see the changelog.
In this article I will show you how to install Gis Weather 0.6.3 on Ubuntu, Linux Mint, Pinguy OS, Elementary OS, LXLE, Peppermint, Linux Lite, Debian, Kwheezy, Crunchbang and other Ubuntu and Debian derivative systems.
Installing Gis Weather 0.6.3 on Ubuntu, Linux Mint, Debian and derivatives is easy. All you have to do is download the deb package from the project’s sourceforge project and install it via command-line. I prefer gdebi over dpkg due to the fact that it also handles dependencies:
$ sudo apt-get install gdebi
$ wget sourceforge.net/projects/gis-weather/files/gis-weather/0.6.3/gis-weather_0.6.3_all.deb
$ sudo gdebi gis-weather_0.6.3_all.deb
Optional, to remove gis-weather do:
$ sudo apt-get remove gis-weather
Leave a Reply