How To Install ghc-pango-prof on Fedora 36

In this tutorial we learn how to install ghc-pango-prof in Fedora 36. ghc-pango-prof is Haskell pango profiling library

Introduction

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

What is ghc-pango-prof

This package provides the Haskell pango profiling library.

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

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

sudo dnf -y install ghc-pango-prof

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

sudo yum -y install ghc-pango-prof

How To Uninstall ghc-pango-prof on Fedora 36

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

sudo dnf remove ghc-pango-prof

ghc-pango-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/pango-0.13.8.1/Graphics/Rendering/Pango.p_hi
/usr/lib64/ghc-8.10.5/pango-0.13.8.1/Graphics/Rendering/Pango/Attributes.p_hi
/usr/lib64/ghc-8.10.5/pango-0.13.8.1/Graphics/Rendering/Pango/BasicTypes.p_hi
/usr/lib64/ghc-8.10.5/pango-0.13.8.1/Graphics/Rendering/Pango/Cairo.p_hi
/usr/lib64/ghc-8.10.5/pango-0.13.8.1/Graphics/Rendering/Pango/Context.p_hi
/usr/lib64/ghc-8.10.5/pango-0.13.8.1/Graphics/Rendering/Pango/Description.p_hi
/usr/lib64/ghc-8.10.5/pango-0.13.8.1/Graphics/Rendering/Pango/Enums.p_hi
/usr/lib64/ghc-8.10.5/pango-0.13.8.1/Graphics/Rendering/Pango/Font.p_hi
/usr/lib64/ghc-8.10.5/pango-0.13.8.1/Graphics/Rendering/Pango/GlyphStorage.p_hi
/usr/lib64/ghc-8.10.5/pango-0.13.8.1/Graphics/Rendering/Pango/Layout.p_hi
/usr/lib64/ghc-8.10.5/pango-0.13.8.1/Graphics/Rendering/Pango/Markup.p_hi
/usr/lib64/ghc-8.10.5/pango-0.13.8.1/Graphics/Rendering/Pango/Rendering.p_hi
/usr/lib64/ghc-8.10.5/pango-0.13.8.1/Graphics/Rendering/Pango/Structs.p_hi
/usr/lib64/ghc-8.10.5/pango-0.13.8.1/Graphics/Rendering/Pango/Types.p_hi
/usr/lib64/ghc-8.10.5/pango-0.13.8.1/libHSpango-0.13.8.1-8V332l9NvW6ExXVa12Kgbm_p.a

References

Summary

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