在树莓派上运行命令nslookup
,结果报错-bash: nslookup: command not found,难道现在的Raspbian系统连那么基本的命令都不自带了?
既然不自带那就手动安装吧:
sudo apt-get install dnsutils
在树莓派上运行命令nslookup
,结果报错-bash: nslookup: command not found,难道现在的Raspbian系统连那么基本的命令都不自带了?
既然不自带那就手动安装吧:
sudo apt-get install dnsutils