> 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/alpine/installing-dig-on-alpine.md).

# Install Dig On Alpine

We can install `dig`, `nslookup` and their dependencies by adding following package.

## Example

```bash
apk add --update bind-tools
```

***Source:*** [***chase adams***](https://chaseadams.io/posts/install-dig-and-nslookup-linux/)
