commit 488b28a678729d6d80e3ccb33364412e0c03e0b4
parent bdf2f378b433c1f345debcaee68ffa0a16a9a138
Author: Chris Bracken <chris@bracken.jp>
Date: Wed, 8 Sep 2021 09:48:42 -0700
arch: Install dnstools
This includes tools such as nslookup and dig.
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch_install.md b/arch_install.md
@@ -506,6 +506,10 @@ Support for zip archives is handy:
pacman -S zip unzip
+Core tooling:
+
+ pacman -S dnsutils
+
Next, terminal multiplexing support via tmux:
pacman -S tmux