How To Install ghc-mmorph-devel on Fedora 36

In this tutorial we learn how to install ghc-mmorph-devel in Fedora 36. ghc-mmorph-devel is Haskell mmorph library development files

Introduction

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

What is ghc-mmorph-devel

This package provides the Haskell mmorph library development files.

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

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

sudo dnf -y install ghc-mmorph-devel

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

sudo yum -y install ghc-mmorph-devel

How To Uninstall ghc-mmorph-devel on Fedora 36

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

sudo dnf remove ghc-mmorph-devel

ghc-mmorph-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/mmorph-1.1.5
/usr/lib64/ghc-8.10.5/mmorph-1.1.5/Control
/usr/lib64/ghc-8.10.5/mmorph-1.1.5/Control/Monad
/usr/lib64/ghc-8.10.5/mmorph-1.1.5/Control/Monad/Morph.dyn_hi
/usr/lib64/ghc-8.10.5/mmorph-1.1.5/Control/Monad/Morph.hi
/usr/lib64/ghc-8.10.5/mmorph-1.1.5/Control/Monad/Trans
/usr/lib64/ghc-8.10.5/mmorph-1.1.5/Control/Monad/Trans/Compose.dyn_hi
/usr/lib64/ghc-8.10.5/mmorph-1.1.5/Control/Monad/Trans/Compose.hi
/usr/lib64/ghc-8.10.5/mmorph-1.1.5/libHSmmorph-1.1.5-HQ5yL7dTs6W12JIMoRbUvr.a
/usr/lib64/ghc-8.10.5/package.conf.d/mmorph-1.1.5.conf
/usr/share/doc/ghc-mmorph-devel
/usr/share/doc/ghc-mmorph-devel/CHANGELOG.md

References

Summary

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