How To Install ghc-koji-prof on Fedora 36

In this tutorial we learn how to install ghc-koji-prof in Fedora 36. ghc-koji-prof is Haskell koji profiling library

Introduction

In this tutorial we learn how to install ghc-koji-prof on Fedora 36.

What is ghc-koji-prof

This package provides the Haskell koji profiling library.

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

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

sudo dnf -y install ghc-koji-prof

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

sudo yum -y install ghc-koji-prof

How To Uninstall ghc-koji-prof on Fedora 36

To uninstall only the ghc-koji-prof package we can use the following command:

sudo dnf remove ghc-koji-prof

ghc-koji-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/koji-0.0.2/Distribution/Koji.p_hi
/usr/lib64/ghc-8.10.5/koji-0.0.2/Distribution/Koji/API.p_hi
/usr/lib64/ghc-8.10.5/koji-0.0.2/libHSkoji-0.0.2-3KtNJ9hdPq117m0qp3OzG_p.a

References

Summary

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