Thanks for the replies, I know quite a bit about Electrum private key, public keys, spending and storage in air gapped or hardware wallets etc, I just need to know how to trust a public key in Electrum on Linux Mint v22
I copied these 2 files to the Downloads folder of Linux Mint v22
electrum-4.5.8-x86_64.AppImage
electrum-4.5.8-x86_64.AppImage.asc
Then entered these commands in the terminal
gpg --lsign-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
gpg --verify ~/Downloads/electrum-4.5.8-x86_64.AppImage.asc
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 6694 D8DE 7BE8 EE56 31BE D950 2BD5 824B 7F94 70E6
So I have trusted the ID in "Passwords and Keys" and in the terminal but still have the warning of not certified with a trusted signature.

.
Think I found the answer, I was using the wrong command. Should have been edit, not lsign-key. Will test the following tomorrow.
gpg --edit-key 1234567890ABCDEF
type: fpr
Displays the key’s fingerprint
Type: trust.
1 = I don't know or won't say
2 = I do NOT trust
3 = I trust marginally
4 = I trust fully
5 = I trust ultimately
m = back to the main menu
Type save to exit after setting.
Problem resolved.
"Passwords and Keys" did not allow a high enough trust level to be set. The Terminal commands did.
[moderator's note: consecutive posts merged]