How To Install ghc-blaze-markup-prof on Fedora 36

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

Introduction

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

What is ghc-blaze-markup-prof

This package provides the Haskell blaze-markup profiling library.

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

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

sudo dnf -y install ghc-blaze-markup-prof

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

sudo yum -y install ghc-blaze-markup-prof

How To Uninstall ghc-blaze-markup-prof on Fedora 36

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

sudo dnf remove ghc-blaze-markup-prof

ghc-blaze-markup-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/blaze-markup-0.8.2.8/Text/Blaze.p_hi
/usr/lib64/ghc-8.10.5/blaze-markup-0.8.2.8/Text/Blaze/Internal.p_hi
/usr/lib64/ghc-8.10.5/blaze-markup-0.8.2.8/Text/Blaze/Renderer/Pretty.p_hi
/usr/lib64/ghc-8.10.5/blaze-markup-0.8.2.8/Text/Blaze/Renderer/String.p_hi
/usr/lib64/ghc-8.10.5/blaze-markup-0.8.2.8/Text/Blaze/Renderer/Text.p_hi
/usr/lib64/ghc-8.10.5/blaze-markup-0.8.2.8/Text/Blaze/Renderer/Utf8.p_hi
/usr/lib64/ghc-8.10.5/blaze-markup-0.8.2.8/libHSblaze-markup-0.8.2.8-KtsiQXGP0cYCYXtOHllsog_p.a

References

Summary

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