Fli
03-04-2020, 02: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
$ 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