How To Install ghc-filestore-prof on Fedora 36

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

Introduction

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

What is ghc-filestore-prof

This package provides the Haskell filestore profiling library.

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

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

sudo dnf -y install ghc-filestore-prof

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

sudo yum -y install ghc-filestore-prof

How To Uninstall ghc-filestore-prof on Fedora 36

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

sudo dnf remove ghc-filestore-prof

ghc-filestore-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore.p_hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Compat/Locale.p_hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Darcs.p_hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/DarcsXml.p_hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Generic.p_hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Git.p_hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Mercurial.p_hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/MercurialCommandServer.p_hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Types.p_hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Utils.p_hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/libHSfilestore-0.6.5-KUdri0tPDQt7JpeWOGcsCK_p.a

References

Summary

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