How To Install clpeak on Fedora 36

In this tutorial we learn how to install clpeak in Fedora 36. clpeak is Find peak OpenCL capacities like bandwidth & compute

Introduction

In this tutorial we learn how to install clpeak on Fedora 36.

What is clpeak

A tool which profiles OpenCL devices to find their peak capacities like bandwidth & compute.

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

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

sudo dnf -y install clpeak

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

sudo yum -y install clpeak

How To Uninstall clpeak on Fedora 36

To uninstall only the clpeak package we can use the following command:

sudo dnf remove clpeak

clpeak Package Contents on Fedora 36

/usr/bin/clpeak
/usr/lib/.build-id
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/efd2776c20537b5177ffa98a4f2a041b090d0b
/usr/share/doc/clpeak
/usr/share/doc/clpeak/README.md
/usr/share/licenses/clpeak
/usr/share/licenses/clpeak/LICENSE

References

Summary

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