PDA

View Full Version : [Solved] How to install dig, nslookup (Debian/Raspbian/Ubuntu)



Fli
03-04-2020, 01:39 PM
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