How To Install ghc-microstache-devel on Fedora 36

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

Introduction

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

What is ghc-microstache-devel

This package provides the Haskell microstache library development files.

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

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

sudo dnf -y install ghc-microstache-devel

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

sudo yum -y install ghc-microstache-devel

How To Uninstall ghc-microstache-devel on Fedora 36

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

sudo dnf remove ghc-microstache-devel

ghc-microstache-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/microstache-1.0.1.2
/usr/lib64/ghc-8.10.5/microstache-1.0.1.2/Text
/usr/lib64/ghc-8.10.5/microstache-1.0.1.2/Text/Microstache
/usr/lib64/ghc-8.10.5/microstache-1.0.1.2/Text/Microstache.dyn_hi
/usr/lib64/ghc-8.10.5/microstache-1.0.1.2/Text/Microstache.hi
/usr/lib64/ghc-8.10.5/microstache-1.0.1.2/Text/Microstache/Compile.dyn_hi
/usr/lib64/ghc-8.10.5/microstache-1.0.1.2/Text/Microstache/Compile.hi
/usr/lib64/ghc-8.10.5/microstache-1.0.1.2/Text/Microstache/Parser.dyn_hi
/usr/lib64/ghc-8.10.5/microstache-1.0.1.2/Text/Microstache/Parser.hi
/usr/lib64/ghc-8.10.5/microstache-1.0.1.2/Text/Microstache/Render.dyn_hi
/usr/lib64/ghc-8.10.5/microstache-1.0.1.2/Text/Microstache/Render.hi
/usr/lib64/ghc-8.10.5/microstache-1.0.1.2/Text/Microstache/Type.dyn_hi
/usr/lib64/ghc-8.10.5/microstache-1.0.1.2/Text/Microstache/Type.hi
/usr/lib64/ghc-8.10.5/microstache-1.0.1.2/libHSmicrostache-1.0.1.2-BNPVFuRPNBVFHZ7nr61rWM.a
/usr/lib64/ghc-8.10.5/package.conf.d/microstache-1.0.1.2.conf
/usr/share/doc/ghc-microstache-devel
/usr/share/doc/ghc-microstache-devel/CHANGELOG.md
/usr/share/doc/ghc-microstache-devel/README.md

References

Summary

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