How To Install ghc-gi-gobject on Fedora 36

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

Introduction

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

What is ghc-gi-gobject

Bindings for GObject, autogenerated by haskell-gi.

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

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

sudo dnf -y install ghc-gi-gobject

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

sudo yum -y install ghc-gi-gobject

How To Uninstall ghc-gi-gobject on Fedora 36

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

sudo dnf remove ghc-gi-gobject

ghc-gi-gobject Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/87
/usr/lib/.build-id/87/ee37da1290e3426c7bb6163314ccb1b7e15ae9
/usr/lib64/libHSgi-gobject-2.0.26-1CoJaPlfWw0soIYII5ogo-ghc8.10.5.so
/usr/share/licenses/ghc-gi-gobject
/usr/share/licenses/ghc-gi-gobject/LICENSE

References

Summary

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