0

安装 linux 中的 iperf 工具时出错,找不到正确的包 libiperf.so.0(64bit)

error failed dependencies
libiperf.so.0(64bit) is needed by the iperf -3.1.2-1.1.x86_64

When trying to install iperf on the linux server

尝试使用来自 https://www.rpmfind.net/linux/rpm2html/search.php?query=libiperf.so.0()(64bit)的 lib 文件 但不成功

请求你分享正确的包

4

1 回答 1

0

在上面的错误中明确提到缺少 libiperf.so.0。

如果您尝试使用安装 rpm

rpm -ivh iperf3-3.1.2-1.1.x86_64.rpm

然后第一次安装 用于 Opensuse的库

zypper install libiperf0

对于 Ubuntu

apt-get install libiperf0 

成功安装后尝试再次安装rpm。

于 2018-04-03T08:51:40.553 回答