How To Install ghc-numbers-prof on Fedora 36

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

Introduction

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

What is ghc-numbers-prof

This package provides the Haskell numbers profiling library.

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

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

sudo dnf -y install ghc-numbers-prof

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

sudo yum -y install ghc-numbers-prof

How To Uninstall ghc-numbers-prof on Fedora 36

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

sudo dnf remove ghc-numbers-prof

ghc-numbers-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/numbers-3000.2.0.2/Data/Number/BigFloat.p_hi
/usr/lib64/ghc-8.10.5/numbers-3000.2.0.2/Data/Number/CReal.p_hi
/usr/lib64/ghc-8.10.5/numbers-3000.2.0.2/Data/Number/Dif.p_hi
/usr/lib64/ghc-8.10.5/numbers-3000.2.0.2/Data/Number/Fixed.p_hi
/usr/lib64/ghc-8.10.5/numbers-3000.2.0.2/Data/Number/FixedFunctions.p_hi
/usr/lib64/ghc-8.10.5/numbers-3000.2.0.2/Data/Number/Interval.p_hi
/usr/lib64/ghc-8.10.5/numbers-3000.2.0.2/Data/Number/Natural.p_hi
/usr/lib64/ghc-8.10.5/numbers-3000.2.0.2/Data/Number/Symbolic.p_hi
/usr/lib64/ghc-8.10.5/numbers-3000.2.0.2/Data/Number/Vectorspace.p_hi
/usr/lib64/ghc-8.10.5/numbers-3000.2.0.2/libHSnumbers-3000.2.0.2-CTd0S70CiYO4YN14jr3mMT_p.a

References

Summary

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