Linux Lite Forums
Installing My Weather Indicator or similar - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Installing Software (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=18)
+--- Thread: Installing My Weather Indicator or similar (/showthread.php?tid=5003)



Installing My Weather Indicator or similar - betwixt - 02-18-2018

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:~$


Re: Installing My Weather Indicator or similar - Valtam - 02-18-2018

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.


Re: Installing My Weather Indicator or similar - betwixt - 02-18-2018

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.


Re: Installing My Weather Indicator or similar - Valtam - 02-19-2018

Right click on the Taskbar, Panel, Add New Items, search Weather an add it. The Help Manual has more info on Panel Items.


Re: Installing My Weather Indicator or similar - betwixt - 02-20-2018

Perfect, I finally got it. Thank you again!