How To Install ghc-unordered-containers-prof on Fedora 36

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

Introduction

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

What is ghc-unordered-containers-prof

This package provides the Haskell unordered-containers profiling library.

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

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

sudo dnf -y install ghc-unordered-containers-prof

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

sudo yum -y install ghc-unordered-containers-prof

How To Uninstall ghc-unordered-containers-prof on Fedora 36

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

sudo dnf remove ghc-unordered-containers-prof

ghc-unordered-containers-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/unordered-containers-0.2.14.0/Data/HashMap/Internal.p_hi
/usr/lib64/ghc-8.10.5/unordered-containers-0.2.14.0/Data/HashMap/Internal/Array.p_hi
/usr/lib64/ghc-8.10.5/unordered-containers-0.2.14.0/Data/HashMap/Internal/List.p_hi
/usr/lib64/ghc-8.10.5/unordered-containers-0.2.14.0/Data/HashMap/Internal/Strict.p_hi
/usr/lib64/ghc-8.10.5/unordered-containers-0.2.14.0/Data/HashMap/Internal/Unsafe.p_hi
/usr/lib64/ghc-8.10.5/unordered-containers-0.2.14.0/Data/HashMap/Lazy.p_hi
/usr/lib64/ghc-8.10.5/unordered-containers-0.2.14.0/Data/HashMap/Strict.p_hi
/usr/lib64/ghc-8.10.5/unordered-containers-0.2.14.0/Data/HashSet.p_hi
/usr/lib64/ghc-8.10.5/unordered-containers-0.2.14.0/Data/HashSet/Internal.p_hi
/usr/lib64/ghc-8.10.5/unordered-containers-0.2.14.0/libHSunordered-containers-0.2.14.0-HBBKkH2htsO1rAZUyxA0VG_p.a

References

Summary

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