Debian

Fix “dig: command not found” in Debian OS

Sometimes I find that some Debian OS installations don’t have the dig command available:

dig +short kvm1.d4d.lt
-bash: dig: command not found

The solution is to install the dnsutils package. For example:

apt-get install dnsutils