I am trying to update my Kubuntu 22.04 LTS. This error occurs:
7 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
W: Some index files failed to download. They have been ignored, or old ones used instead.
How to solve this issue?
I completely removed yarn with sudo apt-get purge --auto-remove yarn
, but seems that I have to edit source
file and remove all link to yarn repository. How to get rid of the invalid signatures in the system?
Any ideas?