"apt update", returned this message: W: GPG error: http://moblock-deb.sourceforge.net/debian stretch InRelease: The following signatures were invalid: EXPKEYSIG EAF9B4E3C0145138 jre-phoenix (moblock-deb maintainer) jre-phoenix@users.sourceforge.net
I already expanded the expiry date. Just get the updated key on your system:
gpg --keyserver keyserver.ubuntu.com --recv-keys 0xEAF9B4E3C0145138 gpg --export --armor 0xEAF9B4E3C0145138 | sudo apt-key add - sudo apt update
Great!!! :-) Problem solved. This ticket can be close.
Log in to post a comment.
I already expanded the expiry date. Just get the updated key on your system:
gpg --keyserver keyserver.ubuntu.com --recv-keys 0xEAF9B4E3C0145138
gpg --export --armor 0xEAF9B4E3C0145138 | sudo apt-key add -
sudo apt update
Great!!! :-)
Problem solved.
This ticket can be close.