scons

replacement for make

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