arp-scan

Send ARP packets to hosts (specified as IP addresses or hostnames) to scan the local network. More information: <https://github.com/royhills/arp-scan>.

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