dhcping

DHCP Daemon Ping Program

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