gnatmake

A low-level build tool for Ada programs (part of the GNAT toolchain). More information: <https://gcc.gnu.org/onlinedocs/gnat_ugn/Building-with-gnatmake.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y gnat-4.6
Ubuntu
RUN apt-get update && \ apt-get install -y gnat-4.8
Alpine
RUN apk add gcc-gnat
Arch Arch Linux
RUN pacman -S --noconfirm gcc-ada
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y gnat-8
CentOS
RUN yum install -y gcc-gnat
Fedora
RUN dnf install -y gcc-gnat
Raspbian
RUN apt-get update && \ apt-get install -y gnat-4.6
click the source code to copy install gnatmake on any operating system with command-not-found.com