How To Install ghc-executable-path-prof on Fedora 36

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

Introduction

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

What is ghc-executable-path-prof

This package provides the Haskell executable-path profiling library.

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

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

sudo dnf -y install ghc-executable-path-prof

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

sudo yum -y install ghc-executable-path-prof

How To Uninstall ghc-executable-path-prof on Fedora 36

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

sudo dnf remove ghc-executable-path-prof

ghc-executable-path-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/executable-path-0.0.3.1/System/Environment/Executable.p_hi
/usr/lib64/ghc-8.10.5/executable-path-0.0.3.1/System/Environment/Executable/Linux.p_hi
/usr/lib64/ghc-8.10.5/executable-path-0.0.3.1/libHSexecutable-path-0.0.3.1-84VowVJXXjdLu8L9GxK1jL_p.a

References

Summary

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