How To Install ghc-reducers on Fedora 36

In this tutorial we learn how to install ghc-reducers in Fedora 36. ghc-reducers is Semigroups, specialized containers and general map/reduce

Introduction

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

What is ghc-reducers

Semigroups, specialized containers and a general map/reduce framework.

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

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

sudo dnf -y install ghc-reducers

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

sudo yum -y install ghc-reducers

How To Uninstall ghc-reducers on Fedora 36

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

sudo dnf remove ghc-reducers

ghc-reducers Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/26
/usr/lib/.build-id/26/39b001f3da56f2f3d2d7f631fd5da0074dae8a
/usr/lib64/libHSreducers-3.12.3-BcFR95zwrIb5EgY6NcZ9wv-ghc8.10.5.so
/usr/share/licenses/ghc-reducers
/usr/share/licenses/ghc-reducers/LICENSE

References

Summary

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