How To Install ghc-data-memocombinators on Fedora 36

In this tutorial we learn how to install ghc-data-memocombinators in Fedora 36. ghc-data-memocombinators is Combinators for building memo tables

Introduction

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

What is ghc-data-memocombinators

Combinators for building memo tables.

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

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

sudo dnf -y install ghc-data-memocombinators

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

sudo yum -y install ghc-data-memocombinators

How To Uninstall ghc-data-memocombinators on Fedora 36

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

sudo dnf remove ghc-data-memocombinators

ghc-data-memocombinators Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/87
/usr/lib/.build-id/87/78261673c0d2c0f5fcd2bda7cfe5e15edf26cd
/usr/lib64/libHSdata-memocombinators-0.5.1-JE2D6E2TFAi3YJD9sEOYwO-ghc8.10.5.so
/usr/share/licenses/ghc-data-memocombinators
/usr/share/licenses/ghc-data-memocombinators/LICENSE

References

Summary

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