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

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

Introduction

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

What is ghc-text-metrics-prof

This package provides the Haskell text-metrics profiling library.

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

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

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

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

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

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

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

sudo dnf remove ghc-text-metrics-prof

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

/usr/lib64/ghc-8.10.5/text-metrics-0.3.0/Data/Text/Metrics.p_hi
/usr/lib64/ghc-8.10.5/text-metrics-0.3.0/libHStext-metrics-0.3.0-F6kyJ7cZsSgGcvpOziQ5qF_p.a

References

Summary

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