Cygwin에서 명령을 찾을 수 없으며 dig
이를 직접 가리키는 패키지 이름도 찾을 수 없습니다. 이를 포함하는 패키지가 있는 경우 어떤 패키지를 설치해야 합니까?
답변1
답변2
특정 파일이 포함된 올바른 패키지를 찾으려면 언제든지 다음을 cygcheck -p
사용하여 Cygwin 서버에 문의할 수 있습니다.
$ cygcheck -p bin/dig
Found 6 matches for bin/dig
bind-debuginfo-9.11.5-2.P4 - bind-debuginfo: Debug info for bind
bind-debuginfo-9.11.6-1 - bind-debuginfo: Debug info for bind
bind-debuginfo-9.11.9-1 - bind-debuginfo: Debug info for bind
bind-utils-9.11.5-2.P4 - bind-utils: DNS server and utilities suite
bind-utils-9.11.6-1 - bind-utils: DNS server and utilities suite
bind-utils-9.11.9-1 - bind-utils: DNS server and utilities suite
추가 정보 출처:cygcheck
매뉴얼 페이지:
-p
,--package-query
전체적으로 REGEXP를 검색하세요.cygwin.com패키지 저장소(인터넷 연결 필요)