How To Install ghc-arrows-prof on Fedora 36

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

Introduction

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

What is ghc-arrows-prof

This package provides the Haskell arrows profiling library.

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

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

sudo dnf -y install ghc-arrows-prof

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

sudo yum -y install ghc-arrows-prof

How To Uninstall ghc-arrows-prof on Fedora 36

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

sudo dnf remove ghc-arrows-prof

ghc-arrows-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Internals.p_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Operations.p_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer.p_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/All.p_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/Automaton.p_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/CoState.p_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/Error.p_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/Reader.p_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/State.p_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/Static.p_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/Stream.p_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/Writer.p_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/libHSarrows-0.4.4.2-EGJwyPhyLbW8tyLQrcYzFx_p.a

References

Summary

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