On Jun 23, 2023, Thomas George wrote:
> I thought I had posted this to the debianlist but somehow it seems to have
> been posted to myself [...]
> 
> What am i doing wrong?
> [...]
> I tried md5sum SHA512SUMS.txt SHA512SUMS.sign.txt

If you're trying to verify the signature on the checksum file, you need
to use gpg:

  gpg --verify SHA512SUMS.sign.txt SHA512SUMS.txt

Then, to verify the iso itself, you need to use sha512sum:

  sha512sum --ignore-missing -c SHA512SUMS.txt

Note that all three files -- the *iso, the SHA512 checksums, and the GPG
signature -- need to be in the same directory for this to work.


HTH :)

-- 
|_|O|_|
|_|_|O| Github: https://github.com/dpurgert
|O|O|O| PGP: DDAB 23FB 19FA 7D85 1CC1  E067 6D65 70E5 4CE7 2860

Attachment: signature.asc
Description: PGP signature

Reply via email to