How To Install nbd-runner-utils on Fedora 36

In this tutorial we learn how to install nbd-runner-utils in Fedora 36. nbd-runner-utils is A common utils library

Introduction

In this tutorial we learn how to install nbd-runner-utils on Fedora 36.

What is nbd-runner-utils

The common utils library.

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

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

sudo dnf -y install nbd-runner-utils

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

sudo yum -y install nbd-runner-utils

How To Uninstall nbd-runner-utils on Fedora 36

To uninstall only the nbd-runner-utils package we can use the following command:

sudo dnf remove nbd-runner-utils

nbd-runner-utils Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/a07fdb8658da490531c24ac50901a18151d75b
/usr/lib64/nbd-runner
/usr/lib64/nbd-runner/libutils.so.0
/usr/lib64/nbd-runner/libutils.so.0.0.0
/usr/share/doc/nbd-runner-utils
/usr/share/doc/nbd-runner-utils/README.md
/usr/share/licenses/nbd-runner-utils
/usr/share/licenses/nbd-runner-utils/COPYING-GPLV2
/usr/share/licenses/nbd-runner-utils/COPYING-LGPLV3

References

Summary

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