On Sun, 9 Aug 2020 08:15:22 -0700 (MST), Andrea Giudiceandrea <[email protected]> wrote:
> Fernando M. Roxo da Motta wrote > > $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys > > F7E06F06199EF2F2 Executing: /tmp/apt-key-gpghome.o5WmiyZOcR/gpg.1.sh > > --keyserver keyserver.ubuntu.com --recv-keys F7E06F06199EF2F2 gpg: > > keyserver receive failed: No data > > Hi Roxo, > the pubkey was just updated yesterday, so maybe it was not yet > indexed in the Ubuntu keyserver. > > Have you already tried: > > wget -O - https://qgis.org/downloads/qgis-2020.gpg.key | gpg --import > gpg --export --armor F7E06F06199EF2F2 | sudo apt-key add - > > as stated in > https://www.qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu-advanced > ? I haven't until now. But it seems to not work. :( The first part (wget -O - ... | gpg --import) seems to work, at least the key is listed: $ gpg --export --armor F7E06F06199EF2F2 -----BEGIN PGP PUBLIC KEY BLOCK----- mQINBF8u5BgBEACkMsbHceKgojCgEWk2R/Y5w8PsM6Mgqi37LH7VQZ/ZLfjESm8P LrRLamLnDmOiyNK7ymBgY/bhWOfebfgwH/PwamHEVeQaMdR7wbTwLbpnEUSqqVF2 ................ /8D3iF0EEBEKAB0WIQSTiXzbIdex78u+IRJz8aFMXkRIdQUCXy7r6AAKCRBz8aFM XkRIdQQlAJ9rYq/Q8C5Tl3M/PF6kc7rloO1AGwCeNNJfZ9Zp4udVvvCvdjB2wEsR sdU= =oYRQ -----END PGP PUBLIC KEY BLOCK----- But the second part: $ gpg --export --armor F7E06F06199EF2F2 | sudo apt-key add - not checked due to missing keys gpg: key 7721F63BD38B4796: 2 signatures not checked due to missing keys gpg: key CAEB3DC3BDF7FB45: 1 signature not checked due to a missing key gpg: key 79D0B06F4E20AF1C: 123 signatures not checked due to missing keys gpg: key 51F523511C7028C3: 1 signature not checked due to a missing key gpg: key 9B30BB950EEFBFEA: 1 signature not checked due to a missing key gpg: key B0293F3975A43A8D: 1 signature not checked due to a missing key gpg: key 83FBA1751378B444: 2 signatures not checked due to missing keys gpg: key 3B4FE6ACC0B21F32: 3 signatures not checked due to missing keys gpg: key D94AA3F0EFE21092: 3 signatures not checked due to missing keys gpg: key 871920D1991BC93C: 1 signature not checked due to a missing key gpg: key 3B22AB97AF1CDFA9: 4 signatures not checked due to missing keys gpg: key C2518248EEA14886: 1 signature not checked due to a missing key gpg: key C2518248EEA14886: 1 signature not checked due to a missing key gpg: key F7E06F06199EF2F2: 1 signature not checked due to a missing key gpg: NĂºmero total processado: 56 gpg: novas subchaves ignoradas: 56 $ sudo bash -c "(apt update && apt upgrade && apt clean)" Hit:1 http://download.virtualbox.org/virtualbox/debian bionic InRelease Hit:2 http://linux.teamviewer.com/deb stable =======================8<---------------- InRelease Hit:26 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu bionic InRelease Err:18 https://qgis.org/ubuntugis bionic InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F7E06F06199EF2F2 Hit:27 =======================8<---------------- Reading package lists... Done W: GPG error: https://qgis.org/ubuntugis bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F7E06F06199EF2F2 E: The repository 'https://qgis.org/ubuntugis bionic InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. :(( Roxo -- ---------------- Non luctari, ludare -------------------+ WYSIWYG Fernando M. Roxo da Motta <[email protected]> | Editor? Except where explicitly stated I speak on my own behalf.| VI !! PU5RXO | I see text, ------------ Quis custodiet ipsos custodes?-------------+ I get text! _______________________________________________ Qgis-user mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
