How To Install ghc-gio-prof on Fedora 36

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

Introduction

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

What is ghc-gio-prof

This package provides the Haskell gio profiling library.

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

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

sudo dnf -y install ghc-gio-prof

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

sudo yum -y install ghc-gio-prof

How To Uninstall ghc-gio-prof on Fedora 36

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

sudo dnf remove ghc-gio-prof

ghc-gio-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/Async/AsyncResult.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/Async/Cancellable.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/Enums.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/File/AppInfo.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/File/ContentType.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/File/File.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/File/FileAttribute.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/File/FileEnumerator.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/File/FileInfo.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/File/FileMonitor.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/File/IOError.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/File/MountOperation.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/Icons/Emblem.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/Icons/EmblemedIcon.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/Icons/FileIcon.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/Icons/Icon.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/Icons/ThemedIcon.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/Signals.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/Types.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/Volumes/Drive.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/Volumes/Mount.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/Volumes/Volume.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/System/GIO/Volumes/VolumeMonitor.p_hi
/usr/lib64/ghc-8.10.5/gio-0.13.8.1/libHSgio-0.13.8.1-71gtKaUczqQCzyi2wfpYnG_p.a

References

Summary

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