> On Sep 15, 2017, at 11:30 AM, Christopher Howard <[email protected]> > wrote: > > Hi, I'm in the habit of checking release signatures before I install > from source. I see in the Download area there are signatures for each > of the Guile releases, but I can't seem to find the right public key. I > imported the project key chain and then (re?)imported the keys listed > for each of the project admins, but no luck. >
Try something like the following: $ gpg --verify guile-2.2.2.tar.gz.sig Matt
