How To Install ghc-HStringTemplate-prof on Fedora 36

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

Introduction

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

What is ghc-HStringTemplate-prof

This package provides the Haskell HStringTemplate profiling library.

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

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

sudo dnf -y install ghc-HStringTemplate-prof

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

sudo yum -y install ghc-HStringTemplate-prof

How To Uninstall ghc-HStringTemplate-prof on Fedora 36

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

sudo dnf remove ghc-HStringTemplate-prof

ghc-HStringTemplate-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/HStringTemplate-0.8.7/Text/StringTemplate.p_hi
/usr/lib64/ghc-8.10.5/HStringTemplate-0.8.7/Text/StringTemplate/Base.p_hi
/usr/lib64/ghc-8.10.5/HStringTemplate-0.8.7/Text/StringTemplate/Classes.p_hi
/usr/lib64/ghc-8.10.5/HStringTemplate-0.8.7/Text/StringTemplate/GenericStandard.p_hi
/usr/lib64/ghc-8.10.5/HStringTemplate-0.8.7/Text/StringTemplate/Group.p_hi
/usr/lib64/ghc-8.10.5/HStringTemplate-0.8.7/Text/StringTemplate/Instances.p_hi
/usr/lib64/ghc-8.10.5/HStringTemplate-0.8.7/Text/StringTemplate/QQ.p_hi
/usr/lib64/ghc-8.10.5/HStringTemplate-0.8.7/Text/StringTemplate/Renderf.p_hi
/usr/lib64/ghc-8.10.5/HStringTemplate-0.8.7/libHSHStringTemplate-0.8.7-L8GNwDQuU0NLtizXe5gDy3_p.a

References

Summary

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