How to Install and Uninstall iperf Package on openSUSE Leap

Last updated: May 18,2024

1. Install "iperf" package

Please follow the guidance below to install iperf on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install iperf

2. Uninstall "iperf" package

This is a short guide on how to uninstall iperf on openSUSE Leap:

$ sudo zypper remove iperf

3. Information about the iperf package on openSUSE Leap

Information for package iperf:
------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : iperf
Version : 3.15-150000.3.6.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 71.9 KiB
Installed : No
Status : not installed
Source package : iperf-3.15-150000.3.6.1.src
Upstream URL : https://software.es.net/iperf/
Summary : A tool to measure network performance
Description :
Iperf is a tool for active measurements of the maximum achievable bandwidth
on IP networks. It supports tuning of various parameters related to timing,
protocols, and buffers. For each test it reports the bandwidth, loss, and
other parameters.
This version, sometimes referred to as iperf3, is a redesign of an original
version developed at NLANR/DAST. iperf3 is a new implementation from scratch,
with the goal of a smaller, simpler code base, and a library version of the
functionality that can be used in other programs. iperf3 also a number of
features found in other tools such as nuttcp and netperf, but were missing
from the original iperf. These include, for example, a zero-copy mode and
optional JSON output.
Note that iperf3 is NOT backwards compatible with the original iperf.