unable to update - repository is not updated, invalid signatures

I am unable to update libs and dependencies

The repository is not updated and the previous index files will be used. GPG error: all In Release: The following signatures were invalid: EXPKEYSIG 18DF3741CDFFDE29 philandro Software GmbH <>
W: Failed to fetch The following signatures were invalid: EXPKEYSIG 18DF3741CDFFDE29 philandro Software GmbH <>

getting the above error help needed, thanks in advance

1

1 Answer

You have to follow their documentation from .

To (re)add GPG key open terminal and execute:

wget -qO - | sudo apt-key add -

then update package lists by

sudo apt-get update

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like