How To Install ghc-transformers on Fedora 36

In this tutorial we learn how to install ghc-transformers in Fedora 36. ghc-transformers is Haskell transformers library

Introduction

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

What is ghc-transformers

This package provides the Haskell transformers library.

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

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

sudo dnf -y install ghc-transformers

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

sudo yum -y install ghc-transformers

How To Uninstall ghc-transformers on Fedora 36

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

sudo dnf remove ghc-transformers

ghc-transformers Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/e3813694c60960e228aeb1a858b1d9363a220c
/usr/lib64/libHStransformers-0.5.6.2-ghc8.10.5.so
/usr/share/licenses/ghc-transformers
/usr/share/licenses/ghc-transformers/LICENSE

References

Summary

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