Installing dig on Debian

Solution 1:

On Ubuntu it's in dnsutils. It's the same in Debian.

Install it with:

apt-get install -y dnsutils

apt-file lets you search for files in packages even if they aren't installed.