dhclient-script

Bare metal disaster recovery and system migration framework

Debian Debian
RUN apt-get update && \ apt-get install -y isc-dhcp-client
Ubuntu
RUN apt-get update && \ apt-get install -y isc-dhcp-client
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
Fedora
RUN dnf install -y dhcp-client
Raspbian
RUN apt-get update && \ apt-get install -y isc-dhcp-client
click the source code to copy install dhclient-script on any operating system with command-not-found.com