colin's key

Jeffrey F. Bloss jbloss at tampabay.rr.com
Sun Jul 15 21:24:55 UTC 2007


R Kimber wrote:

> When thinking about trying claws-mail, I saw that the website offered
> an Ubuntu package that required "Colin's key", so I did
> sudo apt-key add colin.publickey
> but get
> gpg: can't open `colin.publickey': No such file or directory
> 
> I have gpgv, is there some other package that I need to install?

You need to get, or have the key to add. :)

Couple ways to do it. The most common is probably to 'wget' the key and
pipe it to apt-key directly. This command line should fix you right
up...

$ wget -O - http://colino.net/colin.publickey | apt-key add -

Mind the dash at the end, it's important. ;)  If you want a local copy
of the key for any reason you can do this.

$ wget http://colino.net/colin.publickey
  ... bunch of wget output seen here
$ sudo apt-key add colin.publickey

That will leave you with a copy of colino.publickey in whatever
directory you were working in. 

-- 
     _?_      A lie gets halfway around the world before the
    (. .)         truth has a chance to get its pants on.
-ooo-(_)-ooo----------------------[ Sir Winston Churchill ]---
                    http://wrench.homelinux.net/~jeff/

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 892 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20070715/d6f936b0/attachment.sig>


More information about the ubuntu-users mailing list