Risolvere il NO_PUBKEY 07DC563D1F41B907

se con Debian testing andiamo ad aggiungere il repository http://www.debian-multimedia.org potrebbe capitare che al primo apt-get update vi compaia in errore GPG:

W: GPG error: http://www.debian-multimedia.org squeeze Release:
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907

Per risolvere questo problema basta installare il pacchetto debian-keyring

# apt-get install debian-keyring

e dopo eseguire questo comando:

# gpg --keyring /usr/share/keyrings/debian-keyring.gpg -a --export 07DC563D1F41B907 |apt-key add -

al prossimo apt-get update non si avrà più il GPG error.