12

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.

chubbyk
  • 657

1 Answers1

12

dig is contained in dnsutils package. Try this way:

apt-get install dnsutils
jherran
  • 1,949