Innhold

Missing GPG-key error on Intrepid

A nice guy

A nice guy

A nice guy on the web got a (almost) working recipi for solving the missing gpg key error on Intrepid. He have made a Perl-script that fixes the problem. Here are his recipi, modified to the “worksforme” edition.

The changes that made the script work is in red, it’s really minor changes.

sudo apt-get install libhtml-parser-perl

mkdir gpg-fix && cd gpg-fix

wget http://savvas.radevic.com/launchpad/change.tar.gz -O change.tar.gz

tar xzvf change.tar.gz

perl ./*.pl

cd ..

rm -Rf gpg-fix

sudo apt-get update

Hope it works for just as well for you as it did for me :-)

2 comments to Missing GPG-key error on Intrepid