Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 10776  / 3 Years ago, sat, may 8, 2021, 7:58:14

So this error has been popping up a lot so I thought I'd resolve it:



W: GPG error: http://cfengine.com precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 535C743689107B44


So I did some research and tried these solutions



gpg --keyserver hkp://keyserver.ubuntu.com:80 --recV 535C743689107B44


and



sudo apt-key adv --keyserver.ubuntu.com --recv-keys 535C743689107B44


both of which terminated with this message



gpgkeys: key 535C743689107B44 not found on keyserver
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0


Any insights are appreciated


More From » 12.04

 Answers
7

Maybe the GPG-key is not there (anymore).


If you want to install CFEngine Community Linux Packages:
from(http://cfengine.com/cfengine-linux-distros)


exerpt:
CFEngine 3 Linux Distributions:
Download and install the CFEngine GPG key(changed # to sudo because of formating):



sudo wget http://cfengine.com/pub/gpg.key


sudo apt-key add gpg.key


sudo rm gpg.key



Add the repository to the apt list of sources. If the add-apt-repository utility is installed on your system, you may simply run:



sudo add-apt-repository http://cfengine.com/pub/apt



... follow instructions on the website.


[#30590] Sunday, May 9, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
cklaceowne

Total Points: 228
Total Questions: 102
Total Answers: 111

Location: Ivory Coast
Member since Sun, Mar 7, 2021
3 Years ago
cklaceowne questions
Sun, May 28, 23, 01:20, 1 Year ago
Fri, Aug 20, 21, 06:02, 3 Years ago
Thu, Jul 7, 22, 06:47, 2 Years ago
Fri, Jan 21, 22, 19:52, 2 Years ago
;