Version = 22.04.5 LTS Jammy Jellyfish
When I run gpg -v --quick-set-expire E________________________6 2y
(Note: the full key is not being displayed in this message)
I get…
pgp: enabled compatibility flags:
gpg: Note: signature key E______________6 expired 2025-01-24 12:47:10
gpg: WARNING: server ‘gpg-agent’ is older than us (2.2.27 < 2.4.3)
gpg: Note: Outdated servers may lack important security fixes.
gpg: Note: Use the command “gpgconf --kill all” to restart them.
(Note: gpgconf -kill all does not change the event)
gpg: signing failed: No secret key
gpg: make_keysig_packet failed: No secret key
I assume the problem is because
/usr/local/bin/gnupg --version 2.43
/usr/bin/gpg --version 2.27
are different versions and the version in /usr/bin needs to be updated to 2.43.
If this is true I have been unsuccessful in updating /usr/bin.
Can you give me any pointers on how to update the gpg version in /usr/bin ?
Thanks