编译安装iftop
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译安装iftop相关的知识,希望对你有一定的参考价值。
1、当用yum无法安装iftop的时候,会出现如下图的显示,这个时候我们可以用编译安装的方法来安装iftop。
2、首先安装iftop所需的软件包
yum install -y flex byacc libpcap ncurses-devel libpcap-devel
3、创建目录,用来存放iftop的tar包,并且下载、配置、安装
[[email protected] ~]# mkdir /iftop
[[email protected] ~]# cd /iftop
[[email protected]~]#wget http://www.ex-parrot.com/pdw/iftop/download/iftop-1.0pre4.tar.gz
[[email protected] /iftop]# ls
iftop-1.0pre4.tar.gz
[[email protected] /iftop]# tar zxf iftop-1.0pre4.tar.gz
[[email protected] /iftop]# cd iftop-1.0pre4/
[[email protected] /iftop/iftop-1.0pre4]# ./configure
[[email protected] /iftop/iftop-1.0pre4]# make&&make install
4、测试iftop是否安装成功
以上是关于编译安装iftop的主要内容,如果未能解决你的问题,请参考以下文章