Linux Nmap安装
1 解压:$tar -xvf nmap-7.01.tar.bz22 进入解压后的文件夹,取得root权限,执行#./configure。若报错“configure: error: no acceptable C compiler found in $PATH”,说明未安装gcc,gcc安装命令为#yum install gcc.3 执行#make若报错“-bash: make: command n
·
1 解压:
$tar -xvf nmap-7.01.tar.bz2
2 进入解压后的文件夹,取得root权限(chmod 777 -R nmap-7.01),执行#./configure。
若报错“configure: error: no acceptable C compiler found in $PATH”,说明未安装gcc,gcc安装命令为#yum install gcc
.
3 执行#make
若报错“-bash: make: command not found”,则执行#yum install g++
或#yum install gcc-c++
安装gcc。
4 执行#make install
安装软件。
5 检测是否安装成功:#nmap -v
至此,安装完成。
更多推荐
已为社区贡献1条内容
所有评论(0)