How To Install ghc-pango on Fedora 36

In this tutorial we learn how to install ghc-pango in Fedora 36. ghc-pango is Binding to the Pango text rendering engine

Introduction

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

What is ghc-pango

This package provides a wrapper around the Pango C library that allows high-quality rendering of Unicode text. It can be used either with Cairo to output text in PDF, PS or other documents or with Gtk+ to display text on-screen.

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

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

sudo dnf -y install ghc-pango

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

sudo yum -y install ghc-pango

How To Uninstall ghc-pango on Fedora 36

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

sudo dnf remove ghc-pango

ghc-pango Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/371c7d389c3a82f22d21d16d33e746591232ee
/usr/lib64/libHSpango-0.13.8.1-8V332l9NvW6ExXVa12Kgbm-ghc8.10.5.so
/usr/share/licenses/ghc-pango
/usr/share/licenses/ghc-pango/COPYING

References

Summary

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