How To Install ghc-fclabels-prof on Fedora 36

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

Introduction

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

What is ghc-fclabels-prof

This package provides the Haskell fclabels profiling library.

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

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

sudo dnf -y install ghc-fclabels-prof

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

sudo yum -y install ghc-fclabels-prof

How To Uninstall ghc-fclabels-prof on Fedora 36

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

sudo dnf remove ghc-fclabels-prof

ghc-fclabels-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label.p_hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Base.p_hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Derive.p_hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Failing.p_hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Monadic.p_hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Mono.p_hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Partial.p_hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Point.p_hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Poly.p_hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Total.p_hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/libHSfclabels-2.0.5.1-4meLGRCx9IPGmqPlO7RM8A_p.a

References

Summary

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