How To Install iperf3 on Fedora 36
Introduction
In this tutorial we learn how to install iperf3
on Fedora 36.
What is iperf3
Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics. Iperf reports bandwidth, delay jitter, data-gram loss.
We can use yum
or dnf
to install iperf3
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install iperf3.
Install iperf3 on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install iperf3
using dnf
by running the following command:
sudo dnf -y install iperf3
Install iperf3 on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install iperf3
using yum
by running the following command:
sudo yum -y install iperf3
How To Uninstall iperf3 on Fedora 36
To uninstall only the iperf3
package we can use the following command:
sudo dnf remove iperf3
iperf3 Package Contents on Fedora 36
---
title: "How To Install iperf3 on Fedora 36"
linkTitle: "iperf3"
type: "docs"
description: "In this tutorial we learn how to install iperf3 in Fedora 36. iperf3 is Measurement tool for TCP/UDP bandwidth performance"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/iperf3-featured.png
---
/usr/bin/iperf3
/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/605f5808ae59b5465a3d83055487b0ad53f878
/usr/lib/.build-id/48
/usr/lib/.build-id/48/55e97d7c578f72cba3f0f0fddcd231720f3c6a
/usr/lib/libiperf.so.0
/usr/lib/libiperf.so.0.0.0
/usr/share/doc/iperf3
/usr/share/doc/iperf3/LICENSE
/usr/share/doc/iperf3/README.md
/usr/share/doc/iperf3/RELNOTES.md
/usr/share/man/man1/iperf3.1.gz
/usr/share/man/man3/libiperf.3.gz
## Introduction
In this tutorial we learn how to install `iperf3` on Fedora 36.
What is iperf3
References
Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics. Iperf reports bandwidth, delay jitter, data-gram loss.
We can use yum
or dnf
to install iperf3
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install iperf3.
Summary
Install iperf3 on Fedora 36 Using dnf
In this tutorial we learn how to install iperf3
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install iperf3
using dnf
by running the following command:
sudo dnf -y install iperf3
Install iperf3 on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install iperf3
using yum
by running the following command:
sudo yum -y install iperf3
How To Uninstall iperf3 on Fedora 36
To uninstall only the iperf3
package we can use the following command:
sudo dnf remove iperf3
iperf3 Package Contents on Fedora 36
/usr/bin/iperf3
/usr/lib/.build-id
/usr/lib/.build-id/33
/usr/lib/.build-id/33/ae6311998d23f3020d0f6c14888032afcccf46
/usr/lib/.build-id/79
/usr/lib/.build-id/79/278ad1d9317b9774948a548e15ef6a8e2df381
/usr/lib64/libiperf.so.0
/usr/lib64/libiperf.so.0.0.0
/usr/share/doc/iperf3
/usr/share/doc/iperf3/LICENSE
/usr/share/doc/iperf3/README.md
/usr/share/doc/iperf3/RELNOTES.md
/usr/share/man/man1/iperf3.1.gz
/usr/share/man/man3/libiperf.3.gz
References
Summary
In this tutorial we learn how to install iperf3
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).