gpg: failed to create temporary file '/var/lib/lurker/.#lk0x56806100.hantslug.org.uk.3228': Permission denied
gpg: keyblock resource '/var/lib/lurker/pubring.gpg': Permission denied
gpg: verify signatures failed: Unknown system error
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