如何安装dig ( DNS查找工具)?我不知道包裹的名字是什么。
发布于 2011-02-07 00:37:39
sudo apt-get install dnsutils若要找出文件中包含的包,请执行以下操作
sudo apt-cache search dig有时这是可行的,但在这种情况下它是无用的。您可以在这里使用“搜索包的内容”搜索表单中搜索特定文件的哪个包:
http://packages.ubuntu.com/
发布于 2011-02-07 00:40:59
您可以通过打开终端并键入
sudo apt-get install dnsutils或者通过Ubuntu软件中心点击下面的命令:
作为以后的参考,我通过使用apt缓存进行快速搜索发现了这一点:
apt-cache search dns dig然后用aptitude进行验证。
发布于 2013-06-08 15:05:02
另一个命令:
apt-file search /usr/bin/dig您应该安装apt-file并提前更新:
sudo apt-get install apt-file
sudo apt-file updatehttps://askubuntu.com/questions/25098
复制相似问题