How To Install ghc-fgl-prof on Fedora 36

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

Introduction

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

What is ghc-fgl-prof

This package provides the Haskell fgl profiling library.

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

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

sudo dnf -y install ghc-fgl-prof

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

sudo yum -y install ghc-fgl-prof

How To Uninstall ghc-fgl-prof on Fedora 36

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

sudo dnf remove ghc-fgl-prof

ghc-fgl-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Basic.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Example.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Graph.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Internal/Heap.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Internal/Queue.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Internal/RootPath.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Internal/Thread.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Monad.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Monad/IOArray.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Monad/STArray.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/NodeMap.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/PatriciaTree.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Query.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Query/ArtPoint.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Query/BCC.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Query/BFS.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Query/DFS.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Query/Dominators.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Query/GVD.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Query/Indep.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Query/MST.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Query/MaxFlow.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Query/MaxFlow2.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Query/Monad.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Query/SP.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Query/TransClos.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Data/Graph/Inductive/Tree.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/Paths_fgl.p_hi
/usr/lib64/ghc-8.10.5/fgl-5.7.0.3/libHSfgl-5.7.0.3-BBMrb8ghmLtI22fSU4sk0r_p.a

References

Summary

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