How To Install ghc-arrows on Fedora 36

In this tutorial we learn how to install ghc-arrows in Fedora 36. ghc-arrows is Arrow classes and transformers

Introduction

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

What is ghc-arrows

Several classes that extend the Arrow class, and some transformers that implement or lift these classes.

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

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

sudo dnf -y install ghc-arrows

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

sudo yum -y install ghc-arrows

How To Uninstall ghc-arrows on Fedora 36

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

sudo dnf remove ghc-arrows

ghc-arrows Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/a0e2823654900415a5833c249c7b9a85412832
/usr/lib64/libHSarrows-0.4.4.2-EGJwyPhyLbW8tyLQrcYzFx-ghc8.10.5.so
/usr/share/licenses/ghc-arrows
/usr/share/licenses/ghc-arrows/LICENSE

References

Summary

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