Advertising

Welcome to SparkyLinux forums
Zapraszamy również na polsko-języczne Forum https://forum.linuxiarze.pl

re: new usb formatter installation.

Started by brian, October 21, 2015, 11:01:13 AM

Previous topic - Next topic

brian

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.

pavroo

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 -
Nothing is easy as it looks. Danielle Steel
Join #sparkylinux.org at [url="//irc.libera.chat"]irc.libera.chat[/url]

brian

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

""
????????

pavroo

Try again, one, the last letter missing:
gpg --keyserver keys.gnupg.net --recv 270309EB90127F5B
sudo gpg --export key_ID | apt-key add - 270309EB90127F5B
Nothing is easy as it looks. Danielle Steel
Join #sparkylinux.org at [url="//irc.libera.chat"]irc.libera.chat[/url]

brian

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#

""

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


pavroo

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.
Nothing is easy as it looks. Danielle Steel
Join #sparkylinux.org at [url="//irc.libera.chat"]irc.libera.chat[/url]

brian


View the most recent posts on the forum