How To Install ghc-fast-logger-prof on Fedora 36

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

Introduction

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

What is ghc-fast-logger-prof

This package provides the Haskell fast-logger profiling library.

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

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

sudo dnf -y install ghc-fast-logger-prof

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

sudo yum -y install ghc-fast-logger-prof

How To Uninstall ghc-fast-logger-prof on Fedora 36

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

sudo dnf remove ghc-fast-logger-prof

ghc-fast-logger-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/fast-logger-3.0.5/System/Log/FastLogger.p_hi
/usr/lib64/ghc-8.10.5/fast-logger-3.0.5/System/Log/FastLogger/Date.p_hi
/usr/lib64/ghc-8.10.5/fast-logger-3.0.5/System/Log/FastLogger/File.p_hi
/usr/lib64/ghc-8.10.5/fast-logger-3.0.5/System/Log/FastLogger/FileIO.p_hi
/usr/lib64/ghc-8.10.5/fast-logger-3.0.5/System/Log/FastLogger/IO.p_hi
/usr/lib64/ghc-8.10.5/fast-logger-3.0.5/System/Log/FastLogger/Imports.p_hi
/usr/lib64/ghc-8.10.5/fast-logger-3.0.5/System/Log/FastLogger/Internal.p_hi
/usr/lib64/ghc-8.10.5/fast-logger-3.0.5/System/Log/FastLogger/LogStr.p_hi
/usr/lib64/ghc-8.10.5/fast-logger-3.0.5/System/Log/FastLogger/Logger.p_hi
/usr/lib64/ghc-8.10.5/fast-logger-3.0.5/System/Log/FastLogger/LoggerSet.p_hi
/usr/lib64/ghc-8.10.5/fast-logger-3.0.5/System/Log/FastLogger/Types.p_hi
/usr/lib64/ghc-8.10.5/fast-logger-3.0.5/libHSfast-logger-3.0.5-F24G2ux6I6EGzYl0ezyd1C_p.a

References

Summary

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