sudo apt-get install dmd

dangbinghoo dangbinghoo at gmail.com
Wed Aug 14 03:28:45 UTC 2019


On Saturday, 10 August 2019 at 08:32:05 UTC, Russel Winder wrote:
> On Fri, 2019-08-09 at 16:58 +0000, BoQsc via Digitalmars-d 
> wrote:
>> 
> […]
>> I'd prefer having D language compiler included into next 
>> releases
>> of Linux distributions.
>> I'm worried that https://d-apt.sourceforge.io/ repository's
>> package nor D language compiler's license is compatible to be
>> included and even preinstalled in Distributions such as Ubuntu.
>
> Clearly it would be better if dmd, dcd, dfmt, dfix, dscanner, 
> dub etc. were all in the standard Debian repository along with 
> ldc, gdc, gtkd, gstreamerd, tilix, etc.
>

Archlinux has done this, and is always keeping updated(except 
gdc), :)

```
$ pacman -Ss dlang
community/dcd 1:0.12.0-1 (dlang) [installed: 1:0.11.1-1]
     D Completion Daemon: auto-complete for the D programming 
language
community/dfmt 0.10.1-1 (dlang) [installed]
     Dfmt is a formatter for D source code
community/dmd 1:2.087.1-1 (dlang dlang-dmd) [installed: 
1:2.087.0-1]
     The D programming language reference compiler
community/dmd-docs 1:2.087.1-1 (dlang dlang-dmd) [installed: 
1:2.087.0-1]
     Documentation and sample code for D programming language
community/dscanner 0.8.0-1 (dlang) [installed: 0.7.2-1]
     Swiss-army knife for D source code
community/dtools 2.087.1-1 (dlang) [installed: 2.087.0-1]
     Ancilliary tools for the D programming language
community/dub 1.16.0-1 (dlang) [installed]
     Developer package manager for D programming language
community/gdc 8.2.1+2.068.2-2 (dlang)
     Compiler for D programming language which uses gcc backend
community/ldc 2:1.16.0-2 (dlang dlang-ldc) [installed]
     A D Compiler based on the LLVM Compiler Infrastructure 
including D runtime and libphobos2
community/libgphobos 8.2.1+2.068.2-2 (dlang)
     Standard library for D programming language, GDC port
community/liblphobos 2:1.16.0-2 (dlang dlang-ldc) [installed]
     A D Compiler based on the LLVM Compiler Infrastructure 
including D runtime and libphobos2
community/libphobos 1:2.087.1-1 (dlang dlang-dmd) [installed: 
1:2.087.0-1]
     The Phobos standard library for D programming language

```





More information about the Digitalmars-d mailing list