How To Install ghc-mono-traversable-prof on Fedora 36

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

Introduction

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

What is ghc-mono-traversable-prof

This package provides the Haskell mono-traversable profiling library.

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

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

sudo dnf -y install ghc-mono-traversable-prof

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

sudo yum -y install ghc-mono-traversable-prof

How To Uninstall ghc-mono-traversable-prof on Fedora 36

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

sudo dnf remove ghc-mono-traversable-prof

ghc-mono-traversable-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/mono-traversable-1.0.15.1/Data/Containers.p_hi
/usr/lib64/ghc-8.10.5/mono-traversable-1.0.15.1/Data/MonoTraversable.p_hi
/usr/lib64/ghc-8.10.5/mono-traversable-1.0.15.1/Data/MonoTraversable/Unprefixed.p_hi
/usr/lib64/ghc-8.10.5/mono-traversable-1.0.15.1/Data/NonNull.p_hi
/usr/lib64/ghc-8.10.5/mono-traversable-1.0.15.1/Data/Sequences.p_hi
/usr/lib64/ghc-8.10.5/mono-traversable-1.0.15.1/Paths_mono_traversable.p_hi
/usr/lib64/ghc-8.10.5/mono-traversable-1.0.15.1/libHSmono-traversable-1.0.15.1-1QLkw82pAmn4c9cbBLvtg_p.a

References

Summary

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