How To Install ghc-monad-par-extras on Fedora 36

In this tutorial we learn how to install ghc-monad-par-extras in Fedora 36. ghc-monad-par-extras is Combinators and extra features for Par monads

Introduction

In this tutorial we learn how to install ghc-monad-par-extras on Fedora 36.

What is ghc-monad-par-extras

The modules below provide additional data structures, and other added capabilities layered on top of the ‘Par’ monad.

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

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

sudo dnf -y install ghc-monad-par-extras

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

sudo yum -y install ghc-monad-par-extras

How To Uninstall ghc-monad-par-extras on Fedora 36

To uninstall only the ghc-monad-par-extras package we can use the following command:

sudo dnf remove ghc-monad-par-extras

ghc-monad-par-extras Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/e21f551bbaf0582d72fad5ce4b84b352a9ec76
/usr/lib64/libHSmonad-par-extras-0.3.3-J4ZwEIKLeQe5MDgZlxLLAF-ghc8.10.5.so
/usr/share/licenses/ghc-monad-par-extras
/usr/share/licenses/ghc-monad-par-extras/LICENSE

References

Summary

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