How To Install ghc-shakespeare-prof on Fedora 36

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

Introduction

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

What is ghc-shakespeare-prof

This package provides the Haskell shakespeare profiling library.

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

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

sudo dnf -y install ghc-shakespeare-prof

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

sudo yum -y install ghc-shakespeare-prof

How To Uninstall ghc-shakespeare-prof on Fedora 36

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

sudo dnf remove ghc-shakespeare-prof

ghc-shakespeare-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/shakespeare-2.0.25/Text/Cassius.p_hi
/usr/lib64/ghc-8.10.5/shakespeare-2.0.25/Text/Coffee.p_hi
/usr/lib64/ghc-8.10.5/shakespeare-2.0.25/Text/Hamlet.p_hi
/usr/lib64/ghc-8.10.5/shakespeare-2.0.25/Text/Hamlet/Parse.p_hi
/usr/lib64/ghc-8.10.5/shakespeare-2.0.25/Text/Hamlet/RT.p_hi
/usr/lib64/ghc-8.10.5/shakespeare-2.0.25/Text/Hamlet/Runtime.p_hi
/usr/lib64/ghc-8.10.5/shakespeare-2.0.25/Text/IndentToBrace.p_hi
/usr/lib64/ghc-8.10.5/shakespeare-2.0.25/Text/Internal/Css.p_hi
/usr/lib64/ghc-8.10.5/shakespeare-2.0.25/Text/Internal/CssCommon.p_hi
/usr/lib64/ghc-8.10.5/shakespeare-2.0.25/Text/Julius.p_hi
/usr/lib64/ghc-8.10.5/shakespeare-2.0.25/Text/Lucius.p_hi
/usr/lib64/ghc-8.10.5/shakespeare-2.0.25/Text/MkSizeType.p_hi
/usr/lib64/ghc-8.10.5/shakespeare-2.0.25/Text/Roy.p_hi
/usr/lib64/ghc-8.10.5/shakespeare-2.0.25/Text/Shakespeare.p_hi
/usr/lib64/ghc-8.10.5/shakespeare-2.0.25/Text/Shakespeare/Base.p_hi
/usr/lib64/ghc-8.10.5/shakespeare-2.0.25/Text/Shakespeare/I18N.p_hi
/usr/lib64/ghc-8.10.5/shakespeare-2.0.25/Text/Shakespeare/Text.p_hi
/usr/lib64/ghc-8.10.5/shakespeare-2.0.25/Text/TypeScript.p_hi
/usr/lib64/ghc-8.10.5/shakespeare-2.0.25/libHSshakespeare-2.0.25-8z8yAYdh8g5F7OPoN3SeF1_p.a

References

Summary

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