
Because i saw a lot of interest in a previous post about a networking tool (How to install dig on Raspberry Pi), today i would like to give you another tip on how to install nslookup on Raspberry Pi.
Basically nslookup is part of the metapackage dnsutils
, so here is the command that you have to enter on your terminal:
sudo apt-get install dnsutils
Easy, isn’t? Enjoy 🙂