Code Snippet

Just another Code Snippet site

[Linux] Apt : There is no public key available for the following key ID

Error : There is no public key available for the following key ID
Solution : apt-get install debian-keyring debian-archive-keyring
or

gpg –recv-keys 4D270D06F42584E6
gpg –export 4D270D06F42584E6 | apt-key add –


Comments are currently closed.