How To Install ghc-hpack-prof on Fedora 36

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

Introduction

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

What is ghc-hpack-prof

This package provides the Haskell hpack profiling library.

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

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

sudo dnf -y install ghc-hpack-prof

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

sudo yum -y install ghc-hpack-prof

How To Uninstall ghc-hpack-prof on Fedora 36

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

sudo dnf remove ghc-hpack-prof

ghc-hpack-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/hpack-0.34.4/Data/Aeson/Config/FromValue.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Data/Aeson/Config/Parser.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Data/Aeson/Config/Types.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Data/Aeson/Config/Util.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Hpack.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Hpack/CabalFile.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Hpack/Config.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Hpack/Defaults.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Hpack/Haskell.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Hpack/License.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Hpack/Module.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Hpack/Options.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Hpack/Render.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Hpack/Render/Dsl.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Hpack/Render/Hints.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Hpack/Syntax/BuildTools.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Hpack/Syntax/Defaults.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Hpack/Syntax/Dependencies.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Hpack/Syntax/DependencyVersion.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Hpack/Syntax/Git.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Hpack/Syntax/ParseDependencies.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Hpack/Utf8.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Hpack/Util.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Hpack/Yaml.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Path.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/Paths_hpack.p_hi
/usr/lib64/ghc-8.10.5/hpack-0.34.4/libHShpack-0.34.4-8pFQ1gFWFgW2qsWgXllgfH_p.a

References

Summary

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