我试过:
root@host [/home]# yum install iftop
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: centos.mirrors.tds.net
* extras: yum.singlehop.com
* updates: mirror.wiredtree.com
Setting up Install Process
No package iftop available.
Error: Nothing to do
那么该怎么做呢?
我应该做什么才能做到这一点?
答案1
iftop
可用于EPEL存储库:
# rpm -ivh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
答案2
您可以下载源代码并自行编译软件包,也可以下载适用于您的发行版的二进制软件包。
看一下http://pkgs.repoforge.org/iftop/因为它提供了 RHEL/CentOS 的二进制包和源代码。
要在 CentOS-6 64 位上安装二进制包,只需执行以下操作:
wget http://pkgs.repoforge.org/iftop/iftop-0.17-1.el6.rf.x86_64.rpm
rpm -ivh iftop-0.17-1.el6.rf.x86_64.rpm
答案3
对于 CentOS 7(今天完全更新),从 EPEL 存储库安装
yum install epel-release -y
yum install iftop -y
不是 100% 确定,但我认为早期版本需要下载 EPEL 存储库并使用 rpm 手动安装,然后您可以“yum install iftop”(根据其他答案)
答案4
对于 Centos 7 你可以这样做:
rpm -i http://mirror.pnl.gov/epel/7/x86_64/i/iftop-1.0-0.7.pre4.el7.x86_64.rpm