How do I install dig? I can't figure out what the package name is.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
You can install it by opening a terminal and typing
Or via the Ubuntu Software Center by clicking bellow: For future reference, I found this out by doing a quick search with apt-cache:
And then verified with |
|||||||||||||
|
To find out which package a file is in you can do
Sometimes that works, but in this case it was useless. You can search for which package a specific file is in using the 'Search the contents of packages' search form here: |
||||
|
|

ubuntu-standarddirectly depends ondnsutilswhich containsdig,nslookupandnsupdateutilities. Is your system ok? Can you trysudo apt-get install ubuntu-standard? – ulidtko Feb 7 '11 at 2:39