How to install dig on CentOS 6

来自linux中国网wiki
docker>Evan2017年7月5日 (三) 06:21的版本 (创建页面,内容为“The dig command is a part of the BIND utilities so you need to install them. To install the BIND utilities, type the following: apt-get install dnsutils yum inst...”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

The dig command is a part of the BIND utilities so you need to install them. To install the BIND utilities, type the following:

apt-get install dnsutils
yum install bind-utils -y