How To Install iperf3-devel on Fedora 36

In this tutorial we learn how to install iperf3-devel in Fedora 36. iperf3-devel is Development files for iperf3

Introduction

In this tutorial we learn how to install iperf3-devel on Fedora 36.

What is iperf3-devel

The iperf3-devel package contains libraries and header files for developing applications that use iperf3.

We can use yum or dnf to install iperf3-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install iperf3-devel.

Install iperf3-devel 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-devel using dnf by running the following command:

sudo dnf -y install iperf3-devel

Install iperf3-devel 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-devel using yum by running the following command:

sudo yum -y install iperf3-devel

How To Uninstall iperf3-devel on Fedora 36

To uninstall only the iperf3-devel package we can use the following command:

sudo dnf remove iperf3-devel

iperf3-devel Package Contents on Fedora 36

/usr/include/iperf_api.h
/usr/lib/libiperf.so

References

Summary


title: “How To Install iperf3-devel on Fedora 36” linkTitle: “iperf3-devel” type: “docs”

description: “In this tutorial we learn how to install iperf3-devel in Fedora 36. iperf3-devel is Development files for iperf3” date: “2022-08-17” In this tutorial we learn how to install iperf3-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/). lastmod: “2022-08-17”

#image: /images/fedora/36/iperf3-devel-featured.png

Introduction

In this tutorial we learn how to install iperf3-devel on Fedora 36.

What is iperf3-devel

The iperf3-devel package contains libraries and header files for developing applications that use iperf3.

We can use yum or dnf to install iperf3-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install iperf3-devel.

Install iperf3-devel 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-devel using dnf by running the following command:

sudo dnf -y install iperf3-devel

Install iperf3-devel 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-devel using yum by running the following command:

sudo yum -y install iperf3-devel

How To Uninstall iperf3-devel on Fedora 36

To uninstall only the iperf3-devel package we can use the following command:

sudo dnf remove iperf3-devel

iperf3-devel Package Contents on Fedora 36

/usr/include/iperf_api.h
/usr/lib64/libiperf.so

References

Summary

In this tutorial we learn how to install iperf3-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).