Debian系统不能使用dig和nslookup的解决办法 0 By nidongde on 2021年1月19日 discuz 今天发现我的debian服务器居然不能使用dig和nslookup命令,具体如下: root@jp:~# dig -bash: dig: command not found root@jp:~# nslookup -bash: nslookup: command not found 这一看就是没安装对应的软件包,解决方法是使用下面命令安装软件包即可 apt install dnsutils Debian dig nslookup
腾讯云轻量服务器 debian 系统安装宝塔面板失败,提示:install.sh: line 506: /bin/unzip: No such file or directory的解决方法 Linux 作者 nidongde