February 17, 2018
On Wednesday, 14 February 2018 at 11:23:48 UTC, Andrea Fontana wrote:
> On Wednesday, 14 February 2018 at 11:16:25 UTC, Martin Tschierschke wrote:
>> Ok, good to know!
>> I started with 16.04 and made the initial mistake to take the 32 Bit version,
>> do you use 32 or 64 Bit?
>
> 64bit of course!
>
> Andrea

After this info, I made the step to change to Ubuntu 17.10 64 Bit.
And - it works!

But the installation via apt-get is not working without the steps already mentioned in the post before! (s/http/https/  and manually import of the public key)

This (from https://dlang.org/download.html) is outdated for 17.10.

sudo wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
sudo apt-get update && sudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring
sudo apt-get update && sudo apt-get install dmd-compiler dub


February 17, 2018
El 17/02/18 a les 18:49, Martin Tschierschke via Digitalmars-d-learn ha escrit:
> But the installation via apt-get is not working without the steps already mentioned in the post before! (s/http/https/  and manually import of the public key)

"d-apt.list" file fixed! (s/http/https/)

d-apt public key is in the "d-apt-keyring" deb package, so you don't have to manually install it.

> 
> This (from https://dlang.org/download.html) is outdated for 17.10.
> 
> sudo wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
> sudo apt-get update && sudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring
> sudo apt-get update && sudo apt-get install dmd-compiler dub

It appears that everything should work on 17.10 now. I'll do more tests on a virtual machine.


1 2
Next ›   Last »