How To Install rd-hashd on Fedora 36

In this tutorial we learn how to install rd-hashd in Fedora 36. rd-hashd is Latency-sensitive pseudo workload for resctl-demo

Introduction

In this tutorial we learn how to install rd-hashd on Fedora 36.

What is rd-hashd

Latency-sensitive pseudo workload for resctl-demo.

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

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

sudo dnf -y install rd-hashd

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

sudo yum -y install rd-hashd

How To Uninstall rd-hashd on Fedora 36

To uninstall only the rd-hashd package we can use the following command:

sudo dnf remove rd-hashd

rd-hashd Package Contents on Fedora 36

/usr/bin/rd-hashd
/usr/lib/.build-id
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/333205b72b0c30d431e7932d1e2ede5771355b
/usr/share/doc/rd-hashd
/usr/share/doc/rd-hashd/README.md
/usr/share/licenses/rd-hashd
/usr/share/licenses/rd-hashd/LICENSE

References

Summary

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