Dear Nektar:
I want to install Nektar++ on Win10-WSL: Ubuntu 18.04 using the pre-compiled
packages, but I encountered a problem.
After
Code:
sudo apt-get update
I get the following:
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DB5E71FF7AC99B37
Reading package lists... Done
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.
I have tried the following:
Using different servers such as the following:
code:
But, no good results.The key could not be found.Examples are listed below:
Executing: /tmp/apt-key-gpghome.IoDko6URV5/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys DB5E71FF7AC99B37 gpg: keyserver receive failed: No data
gpg: no valid OpenPGP data found.
Have tried to see if key exists with command:
code:
apt-key list
but it is not listed there.
/etc/apt/trusted.gpg.d/ubuntu-keyring-2012-archive.gpg
------------------------------------------------------
pub rsa4096 2012-05-11 [SC]
790B C727 7767 219C 42C8 6F93 3B4F E6AC C0B2 1F32
/etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg
------------------------------------------------------
pub rsa4096 2012-05-11 [SC]
8439 38DF 228D 22F7 B374 2BC0 D94A A3F0 EFE2 1092
/etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg
------------------------------------------------------
pub rsa4096 2018-09-17 [SC]
F6EC B376 2474 EDA9 D21B 7022 8719 20D1 991B C93C
Regards,
Xiangjun
As you can see, many avenues explored with no good results.
Looking for some help, please