Author: Fintan Gaughan Date: To: Hampshire LUG Discussion List Subject: Re: [Hampshire] Ubuntu + Debian
On 26/02/07, David Ramsden <david@???> wrote: > Fintan Gaughan wrote:
> >
> > i got was
> > gpg--export 8722E71E | apt-key add -
> > bash: gpg--export: command not found
> > gpg: no valid OpenPGP data found.
> >
> >
>
> There should be a space between "gpg" and "--export". gpg is the binary
> you're running and --export is an argument. So it should look like:
>
> gpg --export 8722E71E | apt-key add -
>
> Regards,