Installing nslookup and dig on Ubuntu 23.04 can be easily done by following the installation steps.
Prerequisites
- sudo privileges
Install nslookup and dig on Ubuntu 23.04
Step 1. Update the packages.
sudo apt update
Step 2. Install nslookup and dig.
sudo apt-get install dnsutils
Step 3. Verify the installation.
nslookup
dig -v
Conclusion
Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.