How To Install ghc-gitit-prof on Fedora 36

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

Introduction

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

What is ghc-gitit-prof

This package provides the Haskell gitit profiling library.

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

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

sudo dnf -y install ghc-gitit-prof

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

sudo yum -y install ghc-gitit-prof

How To Uninstall ghc-gitit-prof on Fedora 36

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

sudo dnf remove ghc-gitit-prof

ghc-gitit-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Network/Gitit.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Network/Gitit/Authentication.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Network/Gitit/Authentication/Github.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Network/Gitit/Cache.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Network/Gitit/Compat/Except.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Network/Gitit/Config.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Network/Gitit/ContentTransformer.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Network/Gitit/Export.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Network/Gitit/Feed.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Network/Gitit/Framework.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Network/Gitit/Handlers.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Network/Gitit/Initialize.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Network/Gitit/Interface.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Network/Gitit/Layout.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Network/Gitit/Page.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Network/Gitit/Plugins.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Network/Gitit/Rpxnow.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Network/Gitit/Server.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Network/Gitit/State.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Network/Gitit/Types.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Network/Gitit/Util.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/Paths_gitit.p_hi
/usr/lib64/ghc-8.10.5/gitit-0.13.0.0/libHSgitit-0.13.0.0-Hg4TdLJNDIeHlYuaVvLfIu_p.a

References

Summary

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