How To Install ghc-data-reify on Fedora 36

In this tutorial we learn how to install ghc-data-reify in Fedora 36. ghc-data-reify is Reify a recursive data structure into an explicit graph

Introduction

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

What is ghc-data-reify

‘data-reify’ provided the ability to turn recursive structures into explicit graphs. Many (implicitly or explicitly) recursive data structure can be given this ability, via a type class instance. This gives an alternative to using ‘Ref’ for observable sharing.

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

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

sudo dnf -y install ghc-data-reify

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

sudo yum -y install ghc-data-reify

How To Uninstall ghc-data-reify on Fedora 36

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

sudo dnf remove ghc-data-reify

ghc-data-reify Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/590ae425a5999f5912941ad9fd449ca0aa83f4
/usr/lib64/libHSdata-reify-0.6.3-B4IwmQ6VoOODwCXRaUPiBB-ghc8.10.5.so
/usr/share/licenses/ghc-data-reify
/usr/share/licenses/ghc-data-reify/LICENSE

References

Summary

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