gpg: failed to create temporary file '/var/lib/lurker/.#lk0x5834a100.hantslug.org.uk.1814': Permission denied
gpg: keyblock resource '/var/lib/lurker/pubring.gpg': Permission denied
gpg: Signature made Fri Apr 27 14:51:37 2007 BST
gpg:                using DSA key 7920DB2171B98B64
gpg: Can't check signature: No public key
On Fri, Apr 27, 2007 at 12:54:07PM +0100, john lewis wrote:
> Mike Burrows <testermike@???> wrote:
> > Additionally, I get a message that a lot of
> > the packages are untrustworthy.
> 
> That is because you haven't installed the gpg keys for the multimedia
> repository.  According to the FAQ you just need to install the
> debian-multimedia-keyring package.
> 
> or you can do it from a terminal as:
> 
> gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 1F41B907
> 
> followed by
> 
> gpg --armor --export 1F41B907 | apt-key add - 
You could do this in one line:
wget -q 
http://url.to./key.gpg -O- | sudo apt-key add -
Tony