2017-03-12 1 views
2

방금 ​​내 Mac에 Homebrew를 설치했습니다. (Homebrew가 자신의 디렉토리에 패키지를 설치 한 다음 /usr/local에 파일을 심볼릭 링크합니다.) 그러나 실행할 수 없습니다. nmapNmap/Homebrew in Mac 10.12.2

MacBook-Pro-de-nunito:spring-boot-html-mail nunito$ brew help 
Example usage: 
    brew search [TEXT|/REGEX/] 
    brew (info|home|options) [FORMULA...] 
    brew install FORMULA... 
    brew update 
    brew upgrade [FORMULA...] 
    brew uninstall FORMULA... 
    brew list [FORMULA...] 

Troubleshooting: 
    brew config 
    brew doctor 
    brew install -vd FORMULA 

Developers: 
    brew create [URL [--no-fetch]] 
    brew edit [FORMULA...] 
    http://docs.brew.sh/Formula-Cookbook.html 

Further help: 
    man brew 
    brew help [COMMAND] 
    brew home 
MacBook-Pro-de-nunito:spring-boot-html-mail nunito$ nmap 
-bash: nmap: command not found 

답변

1

특히 brew에서 nmap을 설치 했습니까? brew install nmap

그렇지 않으면 웹 사이트에서 nmap을 다운로드하는 것이 더 쉬울 수도 있습니다 ...