How To Install fio-engine-rdma on Fedora 36

In this tutorial we learn how to install fio-engine-rdma in Fedora 36. fio-engine-rdma is RDMA engine for fio.

Introduction

In this tutorial we learn how to install fio-engine-rdma on Fedora 36.

What is fio-engine-rdma

RDMA engine for fio.

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

Install fio-engine-rdma 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 fio-engine-rdma using dnf by running the following command:

sudo dnf -y install fio-engine-rdma

Install fio-engine-rdma 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 fio-engine-rdma using yum by running the following command:

sudo yum -y install fio-engine-rdma

How To Uninstall fio-engine-rdma on Fedora 36

To uninstall only the fio-engine-rdma package we can use the following command:

sudo dnf remove fio-engine-rdma

fio-engine-rdma Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/6337b66a27dd01936332e17294b2a39a1622ca
/usr/lib64/fio/fio-rdma.so

References

Summary

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