How To Install ghc-parsec-prof on Fedora 36

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

Introduction

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

What is ghc-parsec-prof

This package provides the Haskell parsec profiling library.

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

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

sudo dnf -y install ghc-parsec-prof

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

sudo yum -y install ghc-parsec-prof

How To Uninstall ghc-parsec-prof on Fedora 36

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

sudo dnf remove ghc-parsec-prof

ghc-parsec-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/Parsec.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/Parsec/ByteString.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/Parsec/ByteString/Lazy.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/Parsec/Char.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/Parsec/Combinator.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/Parsec/Error.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/Parsec/Expr.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/Parsec/Language.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/Parsec/Perm.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/Parsec/Pos.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/Parsec/Prim.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/Parsec/String.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/Parsec/Text.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/Parsec/Text/Lazy.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/Parsec/Token.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/ParserCombinators/Parsec.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/ParserCombinators/Parsec/Char.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/ParserCombinators/Parsec/Combinator.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/ParserCombinators/Parsec/Error.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/ParserCombinators/Parsec/Expr.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/ParserCombinators/Parsec/Language.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/ParserCombinators/Parsec/Perm.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/ParserCombinators/Parsec/Pos.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/ParserCombinators/Parsec/Prim.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/Text/ParserCombinators/Parsec/Token.p_hi
/usr/lib64/ghc-8.10.5/parsec-3.1.14.0/libHSparsec-3.1.14.0_p.a

References

Summary

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