SparkyLinux Forums

Installation & Upgrade => System upgrading => Topic started by: brian on October 21, 2015, 11:01:13 AM

Title: re: new usb formatter installation.
Post by: brian on October 21, 2015, 11:01:13 AM
Hi did "sudo apt-get update" to get the new usb formatter.

After all the output, last lines
""

Fetched 48.2 kB in 8s (5,374 B/s)                                             
Reading package lists... Done
W: GPG error: http://downloads.sourceforge.net testing InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 270309EB90127F5B
brian@w520sl41:~$

""

However the install worked without errors.
Title: Re: re: new usb formatter installation.
Post by: pavroo on October 21, 2015, 06:28:42 PM
If you added 3th party repository, you should install a public key too:
sudo gpg --keyserver keys.gnupg.net --recv key_ID
sudo gpg --export key_ID | apt-key add -
Title: Re: re: new usb formatter installation.
Post by: brian on October 22, 2015, 11:45:01 AM
Thanks Pavroo

I don't know enough about the gpg system -- Am I doing the request correctly?
I get this failure.
""

root@w520sl41:/home/brian# gpg --keyserver keys.gnupg.net --recv 270309EB90127F5
gpg: requesting key 90127F5B from hkp server keys.gnupg.net
gpg: keyserver timed out
gpg: keyserver receive failed: keyserver error

""
????????
Title: Re: re: new usb formatter installation.
Post by: pavroo on October 22, 2015, 01:33:31 PM
Try again, one, the last letter missing:
gpg --keyserver keys.gnupg.net --recv 270309EB90127F5B
sudo gpg --export key_ID | apt-key add - 270309EB90127F5B
Title: Re: re: new usb formatter installation.
Post by: brian on October 22, 2015, 05:23:25 PM
Hi,
Thanks Pavroo: sorry to waste your time. It nearly works now?
I need to find out more about this stuff.

""
root@w520sl41:/home/brian# gpg --keyserver keys.gnupg.net --recv 270309EB90127F5B
gpg: requesting key 90127F5B from hkp server keys.gnupg.net
gpg: key 90127F5B: public key "Unofficial Apache OpenOffice Debian repository <apacheoo-deb-devel@lists.sourceforge.net>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)

root@w520sl41:/home/brian# gpg --export key_ID | apt-key add - 270309EB90127F5B
gpg: WARNING: nothing exported
gpg: no valid OpenPGP data found.
root@w520sl41:/home/brian#

""

???????????????

Title: Re: re: new usb formatter installation.
Post by: pavroo on October 23, 2015, 12:11:22 PM
The first command downloaded the key sucessufuly.
The second one is used wrong, should be (as root):
gpg --export 270309EB90127F5B | apt-key add -
Just change the"Key_ID" for the real key ID number.
Title: Re: re: new usb formatter installation.
Post by: brian on October 24, 2015, 08:28:01 AM
 8)Thanks --- "One small step"