named

Execute the DNS (Dynamic Name Service) server daemon that converts host names to IP addresses and vice versa. More information: <https://manned.org/named>.

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