How To Install ghc-gi-gmodule on Fedora 36

In this tutorial we learn how to install ghc-gi-gmodule in Fedora 36. ghc-gi-gmodule is GModule bindings

Introduction

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

What is ghc-gi-gmodule

Bindings for GModule, autogenerated by haskell-gi.

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

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

sudo dnf -y install ghc-gi-gmodule

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

sudo yum -y install ghc-gi-gmodule

How To Uninstall ghc-gi-gmodule on Fedora 36

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

sudo dnf remove ghc-gi-gmodule

ghc-gi-gmodule Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/17501dbb7749fd757df3c0810a733d1d15bac2
/usr/lib64/libHSgi-gmodule-2.0.1-GciTWkvugG82dZVdh3shDm-ghc8.10.5.so
/usr/share/licenses/ghc-gi-gmodule
/usr/share/licenses/ghc-gi-gmodule/LICENSE

References

Summary

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