How To Install ghc-extra-prof on Fedora 36

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

Introduction

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

What is ghc-extra-prof

This package provides the Haskell extra profiling library.

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

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

sudo dnf -y install ghc-extra-prof

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

sudo yum -y install ghc-extra-prof

How To Uninstall ghc-extra-prof on Fedora 36

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

sudo dnf remove ghc-extra-prof

ghc-extra-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/extra-1.7.9/Control/Concurrent/Extra.p_hi
/usr/lib64/ghc-8.10.5/extra-1.7.9/Control/Exception/Extra.p_hi
/usr/lib64/ghc-8.10.5/extra-1.7.9/Control/Monad/Extra.p_hi
/usr/lib64/ghc-8.10.5/extra-1.7.9/Data/Either/Extra.p_hi
/usr/lib64/ghc-8.10.5/extra-1.7.9/Data/Foldable/Extra.p_hi
/usr/lib64/ghc-8.10.5/extra-1.7.9/Data/IORef/Extra.p_hi
/usr/lib64/ghc-8.10.5/extra-1.7.9/Data/List/Extra.p_hi
/usr/lib64/ghc-8.10.5/extra-1.7.9/Data/List/NonEmpty/Extra.p_hi
/usr/lib64/ghc-8.10.5/extra-1.7.9/Data/Tuple/Extra.p_hi
/usr/lib64/ghc-8.10.5/extra-1.7.9/Data/Typeable/Extra.p_hi
/usr/lib64/ghc-8.10.5/extra-1.7.9/Data/Version/Extra.p_hi
/usr/lib64/ghc-8.10.5/extra-1.7.9/Extra.p_hi
/usr/lib64/ghc-8.10.5/extra-1.7.9/Numeric/Extra.p_hi
/usr/lib64/ghc-8.10.5/extra-1.7.9/Partial.p_hi
/usr/lib64/ghc-8.10.5/extra-1.7.9/System/Directory/Extra.p_hi
/usr/lib64/ghc-8.10.5/extra-1.7.9/System/Environment/Extra.p_hi
/usr/lib64/ghc-8.10.5/extra-1.7.9/System/IO/Extra.p_hi
/usr/lib64/ghc-8.10.5/extra-1.7.9/System/Info/Extra.p_hi
/usr/lib64/ghc-8.10.5/extra-1.7.9/System/Process/Extra.p_hi
/usr/lib64/ghc-8.10.5/extra-1.7.9/System/Time/Extra.p_hi
/usr/lib64/ghc-8.10.5/extra-1.7.9/Text/Read/Extra.p_hi
/usr/lib64/ghc-8.10.5/extra-1.7.9/libHSextra-1.7.9-3Kr7h5ascY8CwW2FETc3JI_p.a

References

Summary

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