How To Install ghc-mustache-devel on Fedora 36

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

Introduction

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

What is ghc-mustache-devel

This package provides the Haskell mustache library development files.

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

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

sudo dnf -y install ghc-mustache-devel

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

sudo yum -y install ghc-mustache-devel

How To Uninstall ghc-mustache-devel on Fedora 36

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

sudo dnf remove ghc-mustache-devel

ghc-mustache-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/mustache-2.3.1
/usr/lib64/ghc-8.10.5/mustache-2.3.1/Paths_mustache.dyn_hi
/usr/lib64/ghc-8.10.5/mustache-2.3.1/Paths_mustache.hi
/usr/lib64/ghc-8.10.5/mustache-2.3.1/Text
/usr/lib64/ghc-8.10.5/mustache-2.3.1/Text/Mustache
/usr/lib64/ghc-8.10.5/mustache-2.3.1/Text/Mustache.dyn_hi
/usr/lib64/ghc-8.10.5/mustache-2.3.1/Text/Mustache.hi
/usr/lib64/ghc-8.10.5/mustache-2.3.1/Text/Mustache/Compile.dyn_hi
/usr/lib64/ghc-8.10.5/mustache-2.3.1/Text/Mustache/Compile.hi
/usr/lib64/ghc-8.10.5/mustache-2.3.1/Text/Mustache/Internal
/usr/lib64/ghc-8.10.5/mustache-2.3.1/Text/Mustache/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/mustache-2.3.1/Text/Mustache/Internal.hi
/usr/lib64/ghc-8.10.5/mustache-2.3.1/Text/Mustache/Internal/Types.dyn_hi
/usr/lib64/ghc-8.10.5/mustache-2.3.1/Text/Mustache/Internal/Types.hi
/usr/lib64/ghc-8.10.5/mustache-2.3.1/Text/Mustache/Parser.dyn_hi
/usr/lib64/ghc-8.10.5/mustache-2.3.1/Text/Mustache/Parser.hi
/usr/lib64/ghc-8.10.5/mustache-2.3.1/Text/Mustache/Render.dyn_hi
/usr/lib64/ghc-8.10.5/mustache-2.3.1/Text/Mustache/Render.hi
/usr/lib64/ghc-8.10.5/mustache-2.3.1/Text/Mustache/Types.dyn_hi
/usr/lib64/ghc-8.10.5/mustache-2.3.1/Text/Mustache/Types.hi
/usr/lib64/ghc-8.10.5/mustache-2.3.1/libHSmustache-2.3.1-JmthNYsVVt24MqIRx0E3a.a
/usr/lib64/ghc-8.10.5/package.conf.d/mustache-2.3.1.conf

References

Summary

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