nslookup

Query name server(s) for various domain records. More information: <https://manned.org/nslookup>.

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