How To Install ghc-hashable-prof on Fedora 36

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

Introduction

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

What is ghc-hashable-prof

This package provides the Haskell hashable profiling library.

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

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

sudo dnf -y install ghc-hashable-prof

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

sudo yum -y install ghc-hashable-prof

How To Uninstall ghc-hashable-prof on Fedora 36

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

sudo dnf remove ghc-hashable-prof

ghc-hashable-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/hashable-1.3.0.0/Data/Hashable.p_hi
/usr/lib64/ghc-8.10.5/hashable-1.3.0.0/Data/Hashable/Class.p_hi
/usr/lib64/ghc-8.10.5/hashable-1.3.0.0/Data/Hashable/Generic.p_hi
/usr/lib64/ghc-8.10.5/hashable-1.3.0.0/Data/Hashable/Generic/Instances.p_hi
/usr/lib64/ghc-8.10.5/hashable-1.3.0.0/Data/Hashable/Lifted.p_hi
/usr/lib64/ghc-8.10.5/hashable-1.3.0.0/libHShashable-1.3.0.0-AC24voAet8VD7h7fDAkjdM_p.a

References

Summary

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