How To Install ghc-arrows-devel on Fedora 36

In this tutorial we learn how to install ghc-arrows-devel in Fedora 36. ghc-arrows-devel is Haskell arrows library development files

Introduction

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

What is ghc-arrows-devel

This package provides the Haskell arrows library development files.

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

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

sudo dnf -y install ghc-arrows-devel

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

sudo yum -y install ghc-arrows-devel

How To Uninstall ghc-arrows-devel on Fedora 36

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

sudo dnf remove ghc-arrows-devel

ghc-arrows-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/arrows-0.4.4.2
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Internals.dyn_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Internals.hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Operations.dyn_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Operations.hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer.dyn_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer.hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/All.dyn_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/All.hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/Automaton.dyn_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/Automaton.hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/CoState.dyn_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/CoState.hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/Error.dyn_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/Error.hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/Reader.dyn_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/Reader.hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/State.dyn_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/State.hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/Static.dyn_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/Static.hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/Stream.dyn_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/Stream.hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/Writer.dyn_hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/Control/Arrow/Transformer/Writer.hi
/usr/lib64/ghc-8.10.5/arrows-0.4.4.2/libHSarrows-0.4.4.2-EGJwyPhyLbW8tyLQrcYzFx.a
/usr/lib64/ghc-8.10.5/package.conf.d/arrows-0.4.4.2.conf

References

Summary

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