zsh: command not found: nslookup code example
Example 1: nslookup not found ubuntu
apt-get update
apt-get install dnsutils
Example 2: zsh: command not found: nslookup
sudo apt-get install dnsutils -y
apt-get update
apt-get install dnsutils
sudo apt-get install dnsutils -y