How To Install ghc-esqueleto-prof on Fedora 36

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

Introduction

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

What is ghc-esqueleto-prof

This package provides the Haskell esqueleto profiling library.

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

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

sudo dnf -y install ghc-esqueleto-prof

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

sudo yum -y install ghc-esqueleto-prof

How To Uninstall ghc-esqueleto-prof on Fedora 36

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

sudo dnf remove ghc-esqueleto-prof

ghc-esqueleto-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/esqueleto-3.5.2.1/Database/Esqueleto.p_hi
/usr/lib64/ghc-8.10.5/esqueleto-3.5.2.1/Database/Esqueleto/Experimental.p_hi
/usr/lib64/ghc-8.10.5/esqueleto-3.5.2.1/Database/Esqueleto/Experimental/From.p_hi
/usr/lib64/ghc-8.10.5/esqueleto-3.5.2.1/Database/Esqueleto/Experimental/From/CommonTableExpression.p_hi
/usr/lib64/ghc-8.10.5/esqueleto-3.5.2.1/Database/Esqueleto/Experimental/From/Join.p_hi
/usr/lib64/ghc-8.10.5/esqueleto-3.5.2.1/Database/Esqueleto/Experimental/From/SqlSetOperation.p_hi
/usr/lib64/ghc-8.10.5/esqueleto-3.5.2.1/Database/Esqueleto/Experimental/ToAlias.p_hi
/usr/lib64/ghc-8.10.5/esqueleto-3.5.2.1/Database/Esqueleto/Experimental/ToAliasReference.p_hi
/usr/lib64/ghc-8.10.5/esqueleto-3.5.2.1/Database/Esqueleto/Experimental/ToMaybe.p_hi
/usr/lib64/ghc-8.10.5/esqueleto-3.5.2.1/Database/Esqueleto/Internal/ExprParser.p_hi
/usr/lib64/ghc-8.10.5/esqueleto-3.5.2.1/Database/Esqueleto/Internal/Internal.p_hi
/usr/lib64/ghc-8.10.5/esqueleto-3.5.2.1/Database/Esqueleto/Internal/PersistentImport.p_hi
/usr/lib64/ghc-8.10.5/esqueleto-3.5.2.1/Database/Esqueleto/Legacy.p_hi
/usr/lib64/ghc-8.10.5/esqueleto-3.5.2.1/Database/Esqueleto/MySQL.p_hi
/usr/lib64/ghc-8.10.5/esqueleto-3.5.2.1/Database/Esqueleto/PostgreSQL.p_hi
/usr/lib64/ghc-8.10.5/esqueleto-3.5.2.1/Database/Esqueleto/PostgreSQL/JSON.p_hi
/usr/lib64/ghc-8.10.5/esqueleto-3.5.2.1/Database/Esqueleto/PostgreSQL/JSON/Instances.p_hi
/usr/lib64/ghc-8.10.5/esqueleto-3.5.2.1/Database/Esqueleto/SQLite.p_hi
/usr/lib64/ghc-8.10.5/esqueleto-3.5.2.1/Paths_esqueleto.p_hi
/usr/lib64/ghc-8.10.5/esqueleto-3.5.2.1/libHSesqueleto-3.5.2.1-68ISRbMWPPb8vfVOy26v25_p.a

References

Summary

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