How To Install dapl-utils on Fedora 36

In this tutorial we learn how to install dapl-utils in Fedora 36. dapl-utils is Test suites for dapl libraries

Introduction

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

What is dapl-utils

Useful test suites to validate the dapl library APIs and operation.

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

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

sudo dnf -y install dapl-utils

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

sudo yum -y install dapl-utils

How To Uninstall dapl-utils on Fedora 36

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

sudo dnf remove dapl-utils

dapl-utils Package Contents on Fedora 36

/usr/bin/dapltest
/usr/bin/dtest
/usr/bin/dtestcm
/usr/bin/dtestsrq
/usr/bin/dtestx
/usr/lib/.build-id
/usr/lib/.build-id/36
/usr/lib/.build-id/36/42537eeae9b4b90e2ea735dcdba76404561715
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/5a80b5e81f1cdde118f374bd02da0a537816bf
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/895760b6def4846457326d56444638926904eb
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/507c795af8212e44fcc655975ee81bb2e7048d
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/2d5a45ea25bc82325e39fbd7cbf11b24719249
/usr/share/man/man1/dapltest.1.gz
/usr/share/man/man1/dtest.1.gz

References

Summary

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