How To Install ghc-gi-gmodule-devel on Fedora 36

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

Introduction

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

What is ghc-gi-gmodule-devel

This package provides the Haskell gi-gmodule library development files.

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

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

sudo dnf -y install ghc-gi-gmodule-devel

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

sudo yum -y install ghc-gi-gmodule-devel

How To Uninstall ghc-gi-gmodule-devel on Fedora 36

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

sudo dnf remove ghc-gi-gmodule-devel

ghc-gi-gmodule-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/gi-gmodule-2.0.1
/usr/lib64/ghc-8.10.5/gi-gmodule-2.0.1/GI
/usr/lib64/ghc-8.10.5/gi-gmodule-2.0.1/GI/GModule
/usr/lib64/ghc-8.10.5/gi-gmodule-2.0.1/GI/GModule.dyn_hi
/usr/lib64/ghc-8.10.5/gi-gmodule-2.0.1/GI/GModule.hi
/usr/lib64/ghc-8.10.5/gi-gmodule-2.0.1/GI/GModule/Callbacks.dyn_hi
/usr/lib64/ghc-8.10.5/gi-gmodule-2.0.1/GI/GModule/Callbacks.hi
/usr/lib64/ghc-8.10.5/gi-gmodule-2.0.1/GI/GModule/Config.dyn_hi
/usr/lib64/ghc-8.10.5/gi-gmodule-2.0.1/GI/GModule/Config.hi
/usr/lib64/ghc-8.10.5/gi-gmodule-2.0.1/GI/GModule/Enums.dyn_hi
/usr/lib64/ghc-8.10.5/gi-gmodule-2.0.1/GI/GModule/Enums.hi
/usr/lib64/ghc-8.10.5/gi-gmodule-2.0.1/GI/GModule/Flags.dyn_hi
/usr/lib64/ghc-8.10.5/gi-gmodule-2.0.1/GI/GModule/Flags.hi
/usr/lib64/ghc-8.10.5/gi-gmodule-2.0.1/GI/GModule/Structs
/usr/lib64/ghc-8.10.5/gi-gmodule-2.0.1/GI/GModule/Structs.dyn_hi
/usr/lib64/ghc-8.10.5/gi-gmodule-2.0.1/GI/GModule/Structs.hi
/usr/lib64/ghc-8.10.5/gi-gmodule-2.0.1/GI/GModule/Structs/Module.dyn_hi
/usr/lib64/ghc-8.10.5/gi-gmodule-2.0.1/GI/GModule/Structs/Module.hi
/usr/lib64/ghc-8.10.5/gi-gmodule-2.0.1/libHSgi-gmodule-2.0.1-GciTWkvugG82dZVdh3shDm.a
/usr/lib64/ghc-8.10.5/package.conf.d/gi-gmodule-2.0.1.conf
/usr/share/doc/ghc-gi-gmodule-devel
/usr/share/doc/ghc-gi-gmodule-devel/ChangeLog.md
/usr/share/doc/ghc-gi-gmodule-devel/README.md

References

Summary

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