install.sh: Signature error prevents installation

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Mon Oct 24 04:07:59 PDT 2016


On 2016-10-24 09:22, ff2000 wrote:
> Hi,
>
> I wanted to install dmd using the provided install.sh. With no success:
>
> $ curl -fsS https://dlang.org/install.sh | bash -s dmd
> Downloading and unpacking
> http://downloads.dlang.org/releases/2.x/2.071.2/dmd.2.071.2.linux.tar.xz
> ########################################################################
> 100,0%
> Invalid signature
> http://downloads.dlang.org/releases/2.x/2.071.2/dmd.2.071.2.linux.tar.xz.sig
>
>
> If I run gpg2 myself I get
>
> $ gpg2 -q --verify --keyring d-keyring.gpg --no-default-keyring
> dmd.2.071.2.linux.tar.xz.sig dmd.2.071.2.linux.tar.xz
> gpg: Signature made Mon Sep 19 11:49:56 2016 CEST
> gpg:                using RSA key B273811612BB1939
> gpg: Can't check signature: No public key

You can use DVM [1] instead. Allows you to easily switch between 
multiple versions of DMD.

[1] https://github.com/jacob-carlborg/dvm

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list