How To Install ghc-explicit-exception-prof on Fedora 36

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

Introduction

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

What is ghc-explicit-exception-prof

This package provides the Haskell explicit-exception profiling library.

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

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

sudo dnf -y install ghc-explicit-exception-prof

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

sudo yum -y install ghc-explicit-exception-prof

How To Uninstall ghc-explicit-exception-prof on Fedora 36

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

sudo dnf remove ghc-explicit-exception-prof

ghc-explicit-exception-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/explicit-exception-0.1.10/Control/Monad/Exception/Asynchronous.p_hi
/usr/lib64/ghc-8.10.5/explicit-exception-0.1.10/Control/Monad/Exception/Asynchronous/Lazy.p_hi
/usr/lib64/ghc-8.10.5/explicit-exception-0.1.10/Control/Monad/Exception/Asynchronous/Strict.p_hi
/usr/lib64/ghc-8.10.5/explicit-exception-0.1.10/Control/Monad/Exception/Label.p_hi
/usr/lib64/ghc-8.10.5/explicit-exception-0.1.10/Control/Monad/Exception/Synchronous.p_hi
/usr/lib64/ghc-8.10.5/explicit-exception-0.1.10/Control/Monad/Exception/Warning.p_hi
/usr/lib64/ghc-8.10.5/explicit-exception-0.1.10/Control/Monad/Label.p_hi
/usr/lib64/ghc-8.10.5/explicit-exception-0.1.10/System/IO/Exception/BinaryFile.p_hi
/usr/lib64/ghc-8.10.5/explicit-exception-0.1.10/System/IO/Exception/File.p_hi
/usr/lib64/ghc-8.10.5/explicit-exception-0.1.10/System/IO/Exception/TextFile.p_hi
/usr/lib64/ghc-8.10.5/explicit-exception-0.1.10/System/IO/Straight.p_hi
/usr/lib64/ghc-8.10.5/explicit-exception-0.1.10/libHSexplicit-exception-0.1.10-6xhZF4JrPLdKJIZts80Q3z_p.a

References

Summary

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