How can I install "dig" on Ubuntu 14.04 minimal ?
I tried:
apt-get install dig
It didn't work. Seems its in some different package included but I don't know which one.
dig is contained in dnsutils package. Try this way:
dig
dnsutils
apt-get install dnsutils