IT/Linux
[Centos 7] nslookup: command not found
DoubleSH _
2018. 3. 6. 16:46
반응형
매우 짧은 경험담
centos 7 minimal 설치 시 nslookup 이 없다....
yum install nslookup 해봤지만 실패!...(ㅋㅋ)
정답은 ?
sudo yum install bind-utils net-tools -y
net-tools 도 필수라서 같이 끼워넣었다
https://github.com/tigeli/bind-utils 확인 시
bind-utils which includes host, dig, nslookup and nsupdate
라고 적혀있다.
p.s. 패키지 포함된거 찾을땐
sudo yum provides '*bin/nslookup'
하면된다네?
반응형