How To Install ghc-yesod-core-prof on Fedora 36

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

Introduction

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

What is ghc-yesod-core-prof

This package provides the Haskell yesod-core profiling library.

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

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

sudo dnf -y install ghc-yesod-core-prof

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

sudo yum -y install ghc-yesod-core-prof

How To Uninstall ghc-yesod-core-prof on Fedora 36

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

sudo dnf remove ghc-yesod-core-prof

ghc-yesod-core-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Paths_yesod_core.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Core.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Core/Class/Breadcrumbs.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Core/Class/Dispatch.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Core/Class/Handler.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Core/Class/Yesod.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Core/Content.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Core/Dispatch.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Core/Handler.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Core/Internal.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Core/Internal/LiteApp.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Core/Internal/Request.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Core/Internal/Response.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Core/Internal/Run.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Core/Internal/Session.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Core/Internal/TH.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Core/Internal/Util.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Core/Json.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Core/TypeCache.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Core/Types.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Core/Unsafe.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Core/Widget.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Routes/Class.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Routes/Overlap.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Routes/Parse.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Routes/TH.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Routes/TH/Dispatch.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Routes/TH/ParseRoute.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Routes/TH/RenderRoute.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Routes/TH/RouteAttrs.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/Yesod/Routes/TH/Types.p_hi
/usr/lib64/ghc-8.10.5/yesod-core-1.6.21.0/libHSyesod-core-1.6.21.0-GOwk8XPhbuk6yiwvkcQgEV_p.a

References

Summary

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