-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dan Mueller wrote: <snip> > Hey Jesse Kline. I ran the command line as per below………………. > > ** > > To import the PGP keys, do the following: > > sudo gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 07DC563D1F41B907 > sudo gpg --armor --export 07DC563D1F41B907 | apt-key add - > > Then rerun apt-get update > > Below is the response that I received……………………………………… > > /home/user> sudo gpg --keyserver wwwkeys.eu.pgp.net --recv-keys > > 07DC563D1F41B907gpg: requesting key 1F41B907 from hkp server > wwwkeys.eu.pgp.net > > gpg: key 1F41B907: "Christian Marillat <[email protected]>" not changed > > gpg: Total number processed: 1 > > gpg: unchanged: 1 > > /home/user> sudo gpg --armor --export 07DC563D1F41B907 | apt-key add - > You are missing a sudo before the "apt-key add -". What happens is that your user does not have permission to write to a configuration file in /etc. The correct line should look like this:
sudo gpg --armor --export 07DC563D1F41B907 | sudo apt-key add - > gpg: can't open `/etc/apt/trusted.gpg' > > gpg: keydb_get_keyblock failed: eof > > gpg: no writable keyring found: eof > > gpg: error reading `-': general error > > gpg: import from `-' failed: general error > /home/user>---------------------------------------------------------------------- > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJqvEDwRXgH3rKGfMRAiVMAJ4mblDcaVy3daeRt+NgEFSdwyYddgCgpqgn ArvTp2cSSwoZoki3h0LVkec= =HoMI -----END PGP SIGNATURE----- _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

