02-18-2018, 06:07 PM
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:~$
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:~$
Arbor