verifiyng the ABCL packages
cage <[email protected]> Sat, 19 Aug 2023 20:18:22 +0200
| Newsgroups | gmane.editors.j.devel |
|---|---|
| Message-ID | <ZOEHbnlDZJwYNYbX__3656.43486600078$1692469281$gmane$org@shimizu.casa.net> |
Hi! Sorry if this question sounds trivial (likely it is) but how can I verify the packages downloaded on the ABCL website? I am able to download the signature file (*.asc) but I do not know how to find the public key to match the signature. ---------------- $ gpg --verify abcl-bin-1.9.2.tar.gz.asc gpg: assuming signed data in 'abcl-bin-1.9.2.tar.gz' gpg: Signature made Wed Jun 21 10:01:48 2023 CEST gpg: using DSA key 5491D207FF9ECDE0BEA277772A9641104DB1773D [...] gpg: Can't check signature: No public key ---------------- ^^^^^^^^^^^^^ Thanks in advance! C.