gdc

D compiler using GCC as a backend. More information: <https://wiki.dlang.org/Using_GDC>.

Debian Debian
RUN apt-get update && \ apt-get install -y gdc
Ubuntu
RUN apt-get update && \ apt-get install -y gdc
Arch Arch Linux
RUN pacman -S --noconfirm gdc
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y gdc
Fedora
RUN dnf install -y gdc
Raspbian
RUN apt-get update && \ apt-get install -y gdc
click the source code to copy install gdc on any operating system with command-not-found.com