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

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

Introduction

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

What is ghc-blaze-builder-prof

This package provides the Haskell blaze-builder profiling library.

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

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

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

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

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

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

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

sudo dnf remove ghc-blaze-builder-prof

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

/usr/lib64/ghc-8.10.5/blaze-builder-0.4.2.1/Blaze/ByteString/Builder.p_hi
/usr/lib64/ghc-8.10.5/blaze-builder-0.4.2.1/Blaze/ByteString/Builder/ByteString.p_hi
/usr/lib64/ghc-8.10.5/blaze-builder-0.4.2.1/Blaze/ByteString/Builder/Char/Utf8.p_hi
/usr/lib64/ghc-8.10.5/blaze-builder-0.4.2.1/Blaze/ByteString/Builder/Char8.p_hi
/usr/lib64/ghc-8.10.5/blaze-builder-0.4.2.1/Blaze/ByteString/Builder/Compat/Write.p_hi
/usr/lib64/ghc-8.10.5/blaze-builder-0.4.2.1/Blaze/ByteString/Builder/HTTP.p_hi
/usr/lib64/ghc-8.10.5/blaze-builder-0.4.2.1/Blaze/ByteString/Builder/Html/Utf8.p_hi
/usr/lib64/ghc-8.10.5/blaze-builder-0.4.2.1/Blaze/ByteString/Builder/Html/Word.p_hi
/usr/lib64/ghc-8.10.5/blaze-builder-0.4.2.1/Blaze/ByteString/Builder/Int.p_hi
/usr/lib64/ghc-8.10.5/blaze-builder-0.4.2.1/Blaze/ByteString/Builder/Internal/Write.p_hi
/usr/lib64/ghc-8.10.5/blaze-builder-0.4.2.1/Blaze/ByteString/Builder/Word.p_hi
/usr/lib64/ghc-8.10.5/blaze-builder-0.4.2.1/libHSblaze-builder-0.4.2.1-CvyaA91rGJh3LGq34EOJVB_p.a

References

Summary

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