Przy wykonywaniu komendy

sudo apt-update

pojawił mi się błąd:

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

Tutaj akurat dotyczy paczki yarn.

Rozwiązania:

odświeża klucze dla wielu różnych paczek

sudo apt-key adv --refresh-keys --keyserver keyserver.ubuntu.com

odświeża klucz dla yarn

curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -

Kategorie: linux