Linux Lite Forums

Full Version: Installing My Weather Indicator or similar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Now I'm trying to download My Weather Indicator in the terminal, using the following instructions:

sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install my-weather-indicator

And here's what I get:

arbor@arbor-U-100:~$ sudo add-apt-repository ppa:atareao/atareao
[sudo] password for arbor:
sudo apt-get updat Applications from atareao
More info: https://launchpad.net/~atareao/+archive/ubuntu/atareao
Press [ENTER] to continue or ctrl-c to cancel adding it
e
gpg: keyring `/tmp/tmpyaqtg19r/secring.gpg' created
gpg: keyring `/tmp/tmpyaqtg19r/pubring.gpg' created
gpg: requesting key 36FD5529 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpyaqtg19r/trustdb.gpg: trustdb created
gpg: key 36FD5529: public key "Launchpad PPA for atareao" imported
gpg: Total number processed: 1
gpg:              imported: 1  (RSA: 1)
OK
arbor@arbor-U-100:~$ sudo apt-get install my-weather-indicator
Reading package lists... Done
Building dependency tree     
Reading state information... Done
E: Unable to locate package my-weather-indicator
arbor@arbor-U-100:~$ ^C
arbor@arbor-U-100:~$
You forgot the second command in the instructions:

Code:
sudo apt-get update

I'm not sure I would use it anyway, we provide a similar tool. Menu, System, Lite Software, Weather Monitor.
Thanks Jerry. I'll look to the Help Manual first from now on. I tried installing Weather Monitor per your suggestion, but now I can't find it anywhere. It doesn't come up in a search of the menu, and it's no longer in the list of applications to install in Lite Software.
Right click on the Taskbar, Panel, Add New Items, search Weather an add it. The Help Manual has more info on Panel Items.
Perfect, I finally got it. Thank you again!