How To Install ghc-profunctors-prof on Fedora 36

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

Introduction

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

What is ghc-profunctors-prof

This package provides the Haskell profunctors profiling library.

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

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

sudo dnf -y install ghc-profunctors-prof

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

sudo yum -y install ghc-profunctors-prof

How To Uninstall ghc-profunctors-prof on Fedora 36

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

sudo dnf remove ghc-profunctors-prof

ghc-profunctors-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor.p_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Adjunction.p_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Cayley.p_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Choice.p_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Closed.p_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Composition.p_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Mapping.p_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Monad.p_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Ran.p_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Rep.p_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Sieve.p_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Strong.p_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Traversing.p_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Types.p_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Unsafe.p_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Yoneda.p_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/libHSprofunctors-5.6.2-E3FbPhKAoc42a0erEN2Yd0_p.a

References

Summary

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