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

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

Introduction

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

What is ghc-blaze-html-prof

This package provides the Haskell blaze-html profiling library.

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

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

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

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

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

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

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

sudo dnf remove ghc-blaze-html-prof

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

/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/Text/Blaze/Html.p_hi
/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/Text/Blaze/Html/Renderer/Pretty.p_hi
/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/Text/Blaze/Html/Renderer/String.p_hi
/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/Text/Blaze/Html/Renderer/Text.p_hi
/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/Text/Blaze/Html/Renderer/Utf8.p_hi
/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/Text/Blaze/Html4/FrameSet.p_hi
/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/Text/Blaze/Html4/FrameSet/Attributes.p_hi
/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/Text/Blaze/Html4/Strict.p_hi
/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/Text/Blaze/Html4/Strict/Attributes.p_hi
/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/Text/Blaze/Html4/Transitional.p_hi
/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/Text/Blaze/Html4/Transitional/Attributes.p_hi
/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/Text/Blaze/Html5.p_hi
/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/Text/Blaze/Html5/Attributes.p_hi
/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/Text/Blaze/XHtml1/FrameSet.p_hi
/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/Text/Blaze/XHtml1/FrameSet/Attributes.p_hi
/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/Text/Blaze/XHtml1/Strict.p_hi
/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/Text/Blaze/XHtml1/Strict/Attributes.p_hi
/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/Text/Blaze/XHtml1/Transitional.p_hi
/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/Text/Blaze/XHtml1/Transitional/Attributes.p_hi
/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/Text/Blaze/XHtml5.p_hi
/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/Text/Blaze/XHtml5/Attributes.p_hi
/usr/lib64/ghc-8.10.5/blaze-html-0.9.1.2/libHSblaze-html-0.9.1.2-E34VKXQv2C22hM6BxlG1jb_p.a

References

Summary

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