Hello Linux Geeksters. As you may know, My-Weather-Indicator is a nice app indicator for Ubuntu that displays weather information for a specified location, including: temperature, forecast prediction, humidity etc.
My-Weather-Indicator 0.6.7 has been released recently, bringing some improvements to the previous version. Among others, it brings some optimizations and new wearther-evolution window. For information about this release, see the changelog.
In this article I will show you how to install My Weather Indicator 0.6.7 on Ubuntu 14.04 Trusty Tahr.
Because it is available via PPA, installing My Weather Indicator 0.6.7 on Ubuntu 14.04 is easy. All you have to do is add the ppa to your system, update the local repository index and install the my-weather-indicator package. Like this:
$ sudo add-apt-repository ppa:atareao/atareao
$ sudo apt-get update
$ sudo apt-get install my-weather-indicator
Optional, to remove my-weather-indicator, do:
$ sudo apt-get remove my-weather-indicator
Or, if you want to uninstall my-weather-indicator, disable the recently added PPA and downgrade all the packages that got updated via the PPA, do:
$ sudo apt-get install ppa-purge
$ sudu ppa-purge ppa:atareao/atareao