How To Install ghc-patat-prof on Fedora 36

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

Introduction

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

What is ghc-patat-prof

This package provides the Haskell patat profiling library.

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

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

sudo dnf -y install ghc-patat-prof

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

sudo yum -y install ghc-patat-prof

How To Uninstall ghc-patat-prof on Fedora 36

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

sudo dnf remove ghc-patat-prof

ghc-patat-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Data/Aeson/Extended.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Data/Aeson/TH/Extended.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Data/Char/WCWidth/Extended.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Data/Data/Extended.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Patat/AutoAdvance.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Patat/Cleanup.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Patat/Eval.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Patat/Images.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Patat/Images/ITerm2.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Patat/Images/Internal.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Patat/Images/Kitty.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Patat/Images/W3m.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Patat/Main.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Patat/Presentation.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Patat/Presentation/Display.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Patat/Presentation/Display/CodeBlock.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Patat/Presentation/Display/Table.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Patat/Presentation/Fragment.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Patat/Presentation/Instruction.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Patat/Presentation/Interactive.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Patat/Presentation/Internal.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Patat/Presentation/Read.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Patat/PrettyPrint.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Patat/Theme.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Paths_patat.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/Text/Pandoc/Extended.p_hi
/usr/lib64/ghc-8.10.5/patat-0.8.7.0/libHSpatat-0.8.7.0-9yvAc3cR2zCGmdGNoAQ6yu_p.a

References

Summary

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