How To Install ghc-attoparsec-prof on Fedora 36

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

Introduction

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

What is ghc-attoparsec-prof

This package provides the Haskell attoparsec profiling library.

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

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

sudo dnf -y install ghc-attoparsec-prof

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

sudo yum -y install ghc-attoparsec-prof

How To Uninstall ghc-attoparsec-prof on Fedora 36

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

sudo dnf remove ghc-attoparsec-prof

ghc-attoparsec-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec/ByteString.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec/ByteString/Buffer.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec/ByteString/Char8.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec/ByteString/FastSet.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec/ByteString/Internal.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec/ByteString/Lazy.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec/Char8.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec/Combinator.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec/Internal.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec/Internal/Compat.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec/Internal/Fhthagn.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec/Internal/Types.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec/Lazy.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec/Number.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec/Text.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec/Text/Buffer.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec/Text/FastSet.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec/Text/Internal.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec/Text/Lazy.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec/Types.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/Data/Attoparsec/Zepto.p_hi
/usr/lib64/ghc-8.10.5/attoparsec-0.13.2.5/libHSattoparsec-0.13.2.5-4vRotaC86aIACA2Ise73KC_p.a

References

Summary

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