[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GUIX Binary Installation Problem
From: |
Ludovic Courtès |
Subject: |
Re: GUIX Binary Installation Problem |
Date: |
Thu, 22 Nov 2018 11:49:00 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hello Zelphir,
For Guix-related questions, please email address@hidden:
https://gnu.org/software/guix/contact/
Zelphir Kaltstahl <address@hidden> skribis:
> I just triedto install the GUIX binary installation, but it seems there
> is no public key available when I do:
>
> ~~~
> gpg --keyserver pgp.mit.edu --recv-keys
> 3CE464558A84FDC69DB40CFB090B11993D9AEBB5
> ~~~
>
> The message I get is:
>
> ~~~
> gpg: keyserver receive failed: No data
> ~~~
Try:
gpg --keyserver pool.sks-keyservers.net \
--recv-keys 3CE464558A84FDC69DB40CFB090B11993D9AEBB5
HTH!
Ludo’.