setup/doc/dnsutils.md

15 lines
193 B
Markdown
Raw Permalink Normal View History

2022-07-14 13:51:38 +02:00
# Setup Dnsutils
* update your APT cache using\
```
sudo apt update
```
* install Dnsutils\
```
sudo apt install dnsutils --no-install-recommends
```
* verify the installation\
```
dig -v
```