How To Install ghc-gi-harfbuzz on Fedora 36

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

Introduction

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

What is ghc-gi-harfbuzz

Bindings for HarfBuzz, autogenerated by haskell-gi.

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

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

sudo dnf -y install ghc-gi-harfbuzz

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

sudo yum -y install ghc-gi-harfbuzz

How To Uninstall ghc-gi-harfbuzz on Fedora 36

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

sudo dnf remove ghc-gi-harfbuzz

ghc-gi-harfbuzz Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/b785c1deab6ab847e3af51145fbe96abec0e62
/usr/lib64/libHSgi-harfbuzz-0.0.4-Bj0fAkMAUeP4svDr5W7v1y-ghc8.10.5.so
/usr/share/licenses/ghc-gi-harfbuzz
/usr/share/licenses/ghc-gi-harfbuzz/LICENSE

References

Summary

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