How To Install ghc-graphviz-prof on Fedora 36

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

Introduction

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

What is ghc-graphviz-prof

This package provides the Haskell graphviz profiling library.

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

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

sudo dnf -y install ghc-graphviz-prof

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

sudo yum -y install ghc-graphviz-prof

How To Uninstall ghc-graphviz-prof on Fedora 36

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

sudo dnf remove ghc-graphviz-prof

ghc-graphviz-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Algorithms.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Algorithms/Clustering.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Attributes.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Attributes/Arrows.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Attributes/ColorScheme.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Attributes/Colors.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Attributes/Colors/Brewer.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Attributes/Colors/SVG.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Attributes/Colors/X11.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Attributes/Complete.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Attributes/HTML.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Attributes/Internal.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Attributes/Same.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Attributes/Values.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Commands.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Commands/Available.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Commands/IO.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Exception.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Internal/State.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Internal/Util.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Parsing.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/PreProcessing.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Printing.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Types.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Types/Canonical.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Types/Generalised.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Types/Graph.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Types/Internal/Common.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Types/Monadic.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/Data/GraphViz/Types/State.p_hi
/usr/lib64/ghc-8.10.5/graphviz-2999.20.1.0/libHSgraphviz-2999.20.1.0-BU2fpetgNMa8olYwHCzmUz_p.a

References

Summary

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