('Nmap not found', )

后端 未结 8 1165
难免孤独
难免孤独 2020-12-18 04:28

Where is the problem?

import nmap

I installed nmap and python, and when I use import nmap there is no any problem. But when us

8条回答
  •  没有蜡笔的小新
    2020-12-18 05:12

    Running on Raspberry Pi 3 with Jessy lite

    I had to:

    sudo apt-get update
    
    sudo apt-get upgrade
    

    then I could:

    sudo apt-get install nmap
    
    nmap --version
    

提交回复
热议问题