How To Install fio-engine-nbd on Fedora 36

In this tutorial we learn how to install fio-engine-nbd in Fedora 36. fio-engine-nbd is Network Block Device engine for fio.

Introduction

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

What is fio-engine-nbd

Network Block Device (NBD) engine for fio.

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

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

sudo dnf -y install fio-engine-nbd

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

sudo yum -y install fio-engine-nbd

How To Uninstall fio-engine-nbd on Fedora 36

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

sudo dnf remove fio-engine-nbd

fio-engine-nbd Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/d96e1fff9e8b17ea7d1e745ef993c31c63bfcf
/usr/lib64/fio/fio-nbd.so

References

Summary

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