Installing dig on Debian

I've tried installing dig on Debian, but the apt-get utility doesn't seem to know what it is.

Is it part of some larger set of packages? Where can I find this?

1

1 Answer

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.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like