dhclient

DHCP client. More information: <https://manned.org/dhclient>.

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