How To Install ghc-haddock-library-prof on Fedora 36

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

Introduction

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

What is ghc-haddock-library-prof

This package provides the Haskell haddock-library profiling library.

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

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

sudo dnf -y install ghc-haddock-library-prof

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

sudo yum -y install ghc-haddock-library-prof

How To Uninstall ghc-haddock-library-prof on Fedora 36

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

sudo dnf remove ghc-haddock-library-prof

ghc-haddock-library-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/haddock-library-1.10.0/CompatPrelude.p_hi
/usr/lib64/ghc-8.10.5/haddock-library-1.10.0/Documentation/Haddock/Doc.p_hi
/usr/lib64/ghc-8.10.5/haddock-library-1.10.0/Documentation/Haddock/Markup.p_hi
/usr/lib64/ghc-8.10.5/haddock-library-1.10.0/Documentation/Haddock/Parser.p_hi
/usr/lib64/ghc-8.10.5/haddock-library-1.10.0/Documentation/Haddock/Parser/Identifier.p_hi
/usr/lib64/ghc-8.10.5/haddock-library-1.10.0/Documentation/Haddock/Parser/Monad.p_hi
/usr/lib64/ghc-8.10.5/haddock-library-1.10.0/Documentation/Haddock/Parser/Util.p_hi
/usr/lib64/ghc-8.10.5/haddock-library-1.10.0/Documentation/Haddock/Types.p_hi
/usr/lib64/ghc-8.10.5/haddock-library-1.10.0/libHShaddock-library-1.10.0-BCiQo5sbDoHJB2uCKuDQEy_p.a

References

Summary

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