> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/networking/install-dig.md).

# Install Dig

We can install `dig` on Ubuntu by running -

```bash
apt-get install -y dnsutils
```

***Source:*** [***TechMint***](https://www.tecmint.com/install-dig-and-nslookup-in-linux/)
