nping

Network packet generation tool/ping utility. More information: <https://nmap.org/nping/>.

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