gmake

users

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