How To Install ghc-gi-glib on Fedora 36

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

Introduction

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

What is ghc-gi-glib

Bindings for GLib, autogenerated by haskell-gi.

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

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

sudo dnf -y install ghc-gi-glib

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

sudo yum -y install ghc-gi-glib

How To Uninstall ghc-gi-glib on Fedora 36

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

sudo dnf remove ghc-gi-glib

ghc-gi-glib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/93
/usr/lib/.build-id/93/7bf573eeca3b803eb5ad55a69eb71cf74d6a5f
/usr/lib64/libHSgi-glib-2.0.25-GtYVBp2jFc5LtJ60DvcsKE-ghc8.10.5.so
/usr/share/licenses/ghc-gi-glib
/usr/share/licenses/ghc-gi-glib/LICENSE

References

Summary

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