[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problems with package verification



On Wed, June 7, 2006 10:59, Aaron Stromas wrote:
> Thanks for the advice but it seems that key isn't found. For example,
>
> velo# gpg --recv-keys 010908312D230C5F keyserver.pgp.com | apt-key add

Tack a '-' onto the end of apt-key add to ensure it grabs the key from
standard input, as follows:

gpg --recv-keys 010908312D230C5F keyserver.pgp.com | apt-key add -

Regards




Reply to: