How To Install ghc-text-manipulate-prof on Fedora 36

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

Introduction

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

What is ghc-text-manipulate-prof

This package provides the Haskell text-manipulate profiling library.

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

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

sudo dnf -y install ghc-text-manipulate-prof

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

sudo yum -y install ghc-text-manipulate-prof

How To Uninstall ghc-text-manipulate-prof on Fedora 36

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

sudo dnf remove ghc-text-manipulate-prof

ghc-text-manipulate-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/text-manipulate-0.3.0.0/Data/Text/Lazy/Manipulate.p_hi
/usr/lib64/ghc-8.10.5/text-manipulate-0.3.0.0/Data/Text/Manipulate.p_hi
/usr/lib64/ghc-8.10.5/text-manipulate-0.3.0.0/Data/Text/Manipulate/Internal/Fusion.p_hi
/usr/lib64/ghc-8.10.5/text-manipulate-0.3.0.0/Data/Text/Manipulate/Internal/Types.p_hi
/usr/lib64/ghc-8.10.5/text-manipulate-0.3.0.0/libHStext-manipulate-0.3.0.0-FbgVDN1jKSPCrH4qlC7mAn_p.a

References

Summary

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