avahi-browse

Displays services and hosts exposed on the local network via mDNS/DNS-SD. Avahi is compatible with Bonjour (Zeroconf) found in Apple devices. More information: <https://www.avahi.org/>.

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