whois

Command-line client for the WHOIS (RFC 3912) protocol. More information: <https://github.com/rfc1036/whois>.

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