ifup

Tool used to enable network interfaces. More information: <https://manpages.debian.org/latest/ifupdown/ifup.8.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y ifupdown2
Ubuntu
RUN apt-get update && \ apt-get install -y netscript-2.4-upstart
Alpine
RUN apk add ifupdown
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y ifupdown2
Fedora
RUN dnf install -y network-scripts
Raspbian
RUN apt-get update && \ apt-get install -y ifupdown
click the source code to copy install ifup on any operating system with command-not-found.com