dhcpcd

DHCP client for automatically configuring IPv4 networking

Debian Debian
RUN apt-get update && \ apt-get install -y dhcpcd
Ubuntu
RUN apt-get update && \ apt-get install -y dhcpcd
Alpine
RUN apk add dhcpcd
Arch Arch Linux
RUN pacman -S --noconfirm dhcpcd
Fedora
RUN dnf install -y dhcpcd
Raspbian
RUN apt-get update && \ apt-get install -y dhcpcd
click the source code to copy install dhcpcd on any operating system with command-not-found.com