How To Install ghc-QuickCheck-prof on Fedora 36

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

Introduction

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

What is ghc-QuickCheck-prof

This package provides the Haskell QuickCheck profiling library.

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

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

sudo dnf -y install ghc-QuickCheck-prof

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

sudo yum -y install ghc-QuickCheck-prof

How To Uninstall ghc-QuickCheck-prof on Fedora 36

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

sudo dnf remove ghc-QuickCheck-prof

ghc-QuickCheck-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/QuickCheck-2.14.2/Test/QuickCheck.p_hi
/usr/lib64/ghc-8.10.5/QuickCheck-2.14.2/Test/QuickCheck/All.p_hi
/usr/lib64/ghc-8.10.5/QuickCheck-2.14.2/Test/QuickCheck/Arbitrary.p_hi
/usr/lib64/ghc-8.10.5/QuickCheck-2.14.2/Test/QuickCheck/Exception.p_hi
/usr/lib64/ghc-8.10.5/QuickCheck-2.14.2/Test/QuickCheck/Features.p_hi
/usr/lib64/ghc-8.10.5/QuickCheck-2.14.2/Test/QuickCheck/Function.p_hi
/usr/lib64/ghc-8.10.5/QuickCheck-2.14.2/Test/QuickCheck/Gen.p_hi
/usr/lib64/ghc-8.10.5/QuickCheck-2.14.2/Test/QuickCheck/Gen/Unsafe.p_hi
/usr/lib64/ghc-8.10.5/QuickCheck-2.14.2/Test/QuickCheck/Modifiers.p_hi
/usr/lib64/ghc-8.10.5/QuickCheck-2.14.2/Test/QuickCheck/Monadic.p_hi
/usr/lib64/ghc-8.10.5/QuickCheck-2.14.2/Test/QuickCheck/Poly.p_hi
/usr/lib64/ghc-8.10.5/QuickCheck-2.14.2/Test/QuickCheck/Property.p_hi
/usr/lib64/ghc-8.10.5/QuickCheck-2.14.2/Test/QuickCheck/Random.p_hi
/usr/lib64/ghc-8.10.5/QuickCheck-2.14.2/Test/QuickCheck/State.p_hi
/usr/lib64/ghc-8.10.5/QuickCheck-2.14.2/Test/QuickCheck/Test.p_hi
/usr/lib64/ghc-8.10.5/QuickCheck-2.14.2/Test/QuickCheck/Text.p_hi
/usr/lib64/ghc-8.10.5/QuickCheck-2.14.2/libHSQuickCheck-2.14.2-2PCvKareld8p3dEeBeHhQ_p.a

References

Summary

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