How To Install ghc-foldl-prof on Fedora 36

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

Introduction

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

What is ghc-foldl-prof

This package provides the Haskell foldl profiling library.

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

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

sudo dnf -y install ghc-foldl-prof

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

sudo yum -y install ghc-foldl-prof

How To Uninstall ghc-foldl-prof on Fedora 36

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

sudo dnf remove ghc-foldl-prof

ghc-foldl-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/foldl-1.4.12/Control/Foldl.p_hi
/usr/lib64/ghc-8.10.5/foldl-1.4.12/Control/Foldl/ByteString.p_hi
/usr/lib64/ghc-8.10.5/foldl-1.4.12/Control/Foldl/Internal.p_hi
/usr/lib64/ghc-8.10.5/foldl-1.4.12/Control/Foldl/Optics.p_hi
/usr/lib64/ghc-8.10.5/foldl-1.4.12/Control/Foldl/Text.p_hi
/usr/lib64/ghc-8.10.5/foldl-1.4.12/Control/Foldl/Util/MVector.p_hi
/usr/lib64/ghc-8.10.5/foldl-1.4.12/Control/Foldl/Util/Vector.p_hi
/usr/lib64/ghc-8.10.5/foldl-1.4.12/Control/Scanl.p_hi
/usr/lib64/ghc-8.10.5/foldl-1.4.12/libHSfoldl-1.4.12-8b2XGGnJCdfEkTPUbb2tzd_p.a

References

Summary

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