dalanicolai 写道: > I try to install guix in Ubuntu using the installation script > but it fails > to import the gpg keys (see picture below) > [image: image.png] Thanks for attaching the detailed output, by the way. It's really helpful :-) This sounds vaguely familiar. Does the following command work? $ sudo -i ./guix-install.sh If so: great. If not: does running gpg --import as root work? $ wget https://sv.gnu.org/people/viewgpg.php?user_id=15145 -qO - | sudo gpg --import - $ sudo ./guix-install.sh Kind regards, T G-R