How To Install ghc-wizards-prof on Fedora 36

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

Introduction

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

What is ghc-wizards-prof

This package provides the Haskell wizards profiling library.

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

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

sudo dnf -y install ghc-wizards-prof

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

sudo yum -y install ghc-wizards-prof

How To Uninstall ghc-wizards-prof on Fedora 36

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

sudo dnf remove ghc-wizards-prof

ghc-wizards-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/wizards-1.0.3/System/Console/Wizard.p_hi
/usr/lib64/ghc-8.10.5/wizards-1.0.3/System/Console/Wizard/BasicIO.p_hi
/usr/lib64/ghc-8.10.5/wizards-1.0.3/System/Console/Wizard/Haskeline.p_hi
/usr/lib64/ghc-8.10.5/wizards-1.0.3/System/Console/Wizard/Internal.p_hi
/usr/lib64/ghc-8.10.5/wizards-1.0.3/System/Console/Wizard/Pure.p_hi
/usr/lib64/ghc-8.10.5/wizards-1.0.3/libHSwizards-1.0.3-D6F1Ie8nXml21cuChbk09x_p.a

References

Summary

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