How To Install ghc-mono-traversable on Fedora 36

In this tutorial we learn how to install ghc-mono-traversable in Fedora 36. ghc-mono-traversable is Type classes for mapping, folding, and traversing monomorphic containers

Introduction

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

What is ghc-mono-traversable

Please see the README at <https

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

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

sudo dnf -y install ghc-mono-traversable

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

sudo yum -y install ghc-mono-traversable

How To Uninstall ghc-mono-traversable on Fedora 36

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

sudo dnf remove ghc-mono-traversable

ghc-mono-traversable Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/c45250bfe7615c8fd7b8087281b8bd30f77894
/usr/lib64/libHSmono-traversable-1.0.15.1-1QLkw82pAmn4c9cbBLvtg-ghc8.10.5.so
/usr/share/licenses/ghc-mono-traversable
/usr/share/licenses/ghc-mono-traversable/LICENSE

References

Summary

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