How To Install ghc-polyparse-prof on Fedora 36

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

Introduction

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

What is ghc-polyparse-prof

This package provides the Haskell polyparse profiling library.

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

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

sudo dnf -y install ghc-polyparse-prof

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

sudo yum -y install ghc-polyparse-prof

How To Uninstall ghc-polyparse-prof on Fedora 36

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

sudo dnf remove ghc-polyparse-prof

ghc-polyparse-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/polyparse-1.13/Text/Parse.p_hi
/usr/lib64/ghc-8.10.5/polyparse-1.13/Text/Parse/ByteString.p_hi
/usr/lib64/ghc-8.10.5/polyparse-1.13/Text/ParserCombinators/HuttonMeijer.p_hi
/usr/lib64/ghc-8.10.5/polyparse-1.13/Text/ParserCombinators/HuttonMeijerWallace.p_hi
/usr/lib64/ghc-8.10.5/polyparse-1.13/Text/ParserCombinators/Poly.p_hi
/usr/lib64/ghc-8.10.5/polyparse-1.13/Text/ParserCombinators/Poly/Base.p_hi
/usr/lib64/ghc-8.10.5/polyparse-1.13/Text/ParserCombinators/Poly/ByteString.p_hi
/usr/lib64/ghc-8.10.5/polyparse-1.13/Text/ParserCombinators/Poly/ByteStringChar.p_hi
/usr/lib64/ghc-8.10.5/polyparse-1.13/Text/ParserCombinators/Poly/Lazy.p_hi
/usr/lib64/ghc-8.10.5/polyparse-1.13/Text/ParserCombinators/Poly/Lex.p_hi
/usr/lib64/ghc-8.10.5/polyparse-1.13/Text/ParserCombinators/Poly/Parser.p_hi
/usr/lib64/ghc-8.10.5/polyparse-1.13/Text/ParserCombinators/Poly/Plain.p_hi
/usr/lib64/ghc-8.10.5/polyparse-1.13/Text/ParserCombinators/Poly/Result.p_hi
/usr/lib64/ghc-8.10.5/polyparse-1.13/Text/ParserCombinators/Poly/State.p_hi
/usr/lib64/ghc-8.10.5/polyparse-1.13/Text/ParserCombinators/Poly/StateLazy.p_hi
/usr/lib64/ghc-8.10.5/polyparse-1.13/Text/ParserCombinators/Poly/StateParser.p_hi
/usr/lib64/ghc-8.10.5/polyparse-1.13/Text/ParserCombinators/Poly/StateText.p_hi
/usr/lib64/ghc-8.10.5/polyparse-1.13/Text/ParserCombinators/Poly/Text.p_hi
/usr/lib64/ghc-8.10.5/polyparse-1.13/libHSpolyparse-1.13-4Tks6P3TcZl5fGSKCByHwM_p.a

References

Summary

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