How To Install ghc-zlib-bindings-prof on Fedora 36

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

Introduction

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

What is ghc-zlib-bindings-prof

This package provides the Haskell zlib-bindings profiling library.

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

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

sudo dnf -y install ghc-zlib-bindings-prof

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

sudo yum -y install ghc-zlib-bindings-prof

How To Uninstall ghc-zlib-bindings-prof on Fedora 36

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

sudo dnf remove ghc-zlib-bindings-prof

ghc-zlib-bindings-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/zlib-bindings-0.1.1.5/Codec/Zlib.p_hi
/usr/lib64/ghc-8.10.5/zlib-bindings-0.1.1.5/Codec/Zlib/Lowlevel.p_hi
/usr/lib64/ghc-8.10.5/zlib-bindings-0.1.1.5/libHSzlib-bindings-0.1.1.5-C3WyuQPHLgX2KBzdNbYpbK_p.a

References

Summary

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