arping

Discover and probe hosts in a network using the ARP protocol. Useful for MAC address discovery. More information: <https://github.com/ThomasHabets/arping>.

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