Hi again.
I seem to have done it, thanks to everyone who helped.
From here:
https://github.com/spesmilo/electrum-docs/blob/master/gpg-check.rstVerify GPG signature
Run the following command from the same directory you saved the files replacing <electrum file> with the one actually downloaded:
gpg --verify <electrum file>.asc <electrum file>
The message should say:
Good signature from "Thomas Voegtlin (https://electrum.org) <thomasv@electrum.org>
and
Primary key fingerprint: 6694 D8DE 7BE8 EE56 31BE D950 2BD5 824B 7F94 70E6
You can ignore this:
WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
as it simply means you have not established a web of trust with other GPG usersI did as it said, using terminal, and the response was:
$ gpg --verify electrum-4.0.4.dmg.asc electrum-4.0.4.dmg
gpg: Signature made Fri 16 Oct 05:21:39 2020 AEDT
gpg: using RSA key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
gpg: Good signature from "Thomas Voegtlin (https://electrum.org) <thomasv@electrum.org>" [unknown]gpg: aka "ThomasV <
thomasv1@gmx.de>" [unknown]
gpg: aka "Thomas Voegtlin <
thomasv1@gmx.de>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
So I take that as it is a trusted signature.
Thanks again. Hope this thread helps someone else having trouble.