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

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

Introduction

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

What is ghc-indexed-traversable-prof

This package provides the Haskell indexed-traversable profiling library.

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

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

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

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

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

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

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

sudo dnf remove ghc-indexed-traversable-prof

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

/usr/lib64/ghc-8.10.5/indexed-traversable-0.1.1/Data/Foldable/WithIndex.p_hi
/usr/lib64/ghc-8.10.5/indexed-traversable-0.1.1/Data/Functor/WithIndex.p_hi
/usr/lib64/ghc-8.10.5/indexed-traversable-0.1.1/Data/Traversable/WithIndex.p_hi
/usr/lib64/ghc-8.10.5/indexed-traversable-0.1.1/GhcExts.p_hi
/usr/lib64/ghc-8.10.5/indexed-traversable-0.1.1/WithIndex.p_hi
/usr/lib64/ghc-8.10.5/indexed-traversable-0.1.1/libHSindexed-traversable-0.1.1-1Z2GfU1EWlL3ZzMnGNHsA4_p.a

References

Summary

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