Issue: missing dig and nslookup tool on Linux Debian/Ubuntu/Raspbian...:

$ nslookup a.b.c
-bash: nslookup: command not found

$ dig a a.b.c
-bash: dig: command not found

$ sudo apt install dig
E: Unable to locate package dig
Solution:

sudo apt-get install dnsutils