How To Install ghc-glib-prof on Fedora 36

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

Introduction

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

What is ghc-glib-prof

This package provides the Haskell glib profiling library.

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

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

sudo dnf -y install ghc-glib-prof

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

sudo yum -y install ghc-glib-prof

How To Uninstall ghc-glib-prof on Fedora 36

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

sudo dnf remove ghc-glib-prof

ghc-glib-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/glib-0.13.8.1/System/Glib.p_hi
/usr/lib64/ghc-8.10.5/glib-0.13.8.1/System/Glib/Attributes.p_hi
/usr/lib64/ghc-8.10.5/glib-0.13.8.1/System/Glib/FFI.p_hi
/usr/lib64/ghc-8.10.5/glib-0.13.8.1/System/Glib/Flags.p_hi
/usr/lib64/ghc-8.10.5/glib-0.13.8.1/System/Glib/GDateTime.p_hi
/usr/lib64/ghc-8.10.5/glib-0.13.8.1/System/Glib/GError.p_hi
/usr/lib64/ghc-8.10.5/glib-0.13.8.1/System/Glib/GList.p_hi
/usr/lib64/ghc-8.10.5/glib-0.13.8.1/System/Glib/GObject.p_hi
/usr/lib64/ghc-8.10.5/glib-0.13.8.1/System/Glib/GParameter.p_hi
/usr/lib64/ghc-8.10.5/glib-0.13.8.1/System/Glib/GString.p_hi
/usr/lib64/ghc-8.10.5/glib-0.13.8.1/System/Glib/GType.p_hi
/usr/lib64/ghc-8.10.5/glib-0.13.8.1/System/Glib/GTypeConstants.p_hi
/usr/lib64/ghc-8.10.5/glib-0.13.8.1/System/Glib/GValue.p_hi
/usr/lib64/ghc-8.10.5/glib-0.13.8.1/System/Glib/GValueTypes.p_hi
/usr/lib64/ghc-8.10.5/glib-0.13.8.1/System/Glib/MainLoop.p_hi
/usr/lib64/ghc-8.10.5/glib-0.13.8.1/System/Glib/Properties.p_hi
/usr/lib64/ghc-8.10.5/glib-0.13.8.1/System/Glib/Signals.p_hi
/usr/lib64/ghc-8.10.5/glib-0.13.8.1/System/Glib/StoreValue.p_hi
/usr/lib64/ghc-8.10.5/glib-0.13.8.1/System/Glib/Types.p_hi
/usr/lib64/ghc-8.10.5/glib-0.13.8.1/System/Glib/UTFString.p_hi
/usr/lib64/ghc-8.10.5/glib-0.13.8.1/System/Glib/Utils.p_hi
/usr/lib64/ghc-8.10.5/glib-0.13.8.1/libHSglib-0.13.8.1-CGawqNO0jrCGPZubbcKo45_p.a

References

Summary

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