14
Come riparare le chiavi GPG mancanti?
Ho appena installato Ubuntu 12.04 e ho aggiunto alcuni repository, e quando l'ho fatto apt-get update, mi mancava la chiave gpg. Il seguente comando sembra non funzionare per me: apt-get update 2> /tmp/keymissing; for key in $(grep "NO_PUBKEY" /tmp/keymissing |sed "s/.*NO_PUBKEY //"); do echo -e "\nProcessing key: $key"; gpg --keyserver …
154
updates
repository
gnupg
keys