For example case with NO_PUBKEY is 1234567890123456
Okay, this is solution :
Open CLI Linux's system and then typing this syntax :
gpg --keyserver pgpkeys.mit.edu --recv-key 1234567890123456
Wait progress download to receive key of gpg. After look information gpg file, you can next step,there are :
gpg -a --export 1234567890123456 | sudo apt-key add -
Finish !
Don't forget to typing sudo apt-get clean && sudo apt-get update --fix-missing !
Okay, this is solution :
Open CLI Linux's system and then typing this syntax :
gpg --keyserver pgpkeys.mit.edu --recv-key 1234567890123456
Wait progress download to receive key of gpg. After look information gpg file, you can next step,there are :
gpg -a --export 1234567890123456 | sudo apt-key add -
Finish !
Don't forget to typing sudo apt-get clean && sudo apt-get update --fix-missing !
No comments:
Post a Comment