How To Install ghc-chunked-data-prof on Fedora 36

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

Introduction

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

What is ghc-chunked-data-prof

This package provides the Haskell chunked-data profiling library.

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

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

sudo dnf -y install ghc-chunked-data-prof

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

sudo yum -y install ghc-chunked-data-prof

How To Uninstall ghc-chunked-data-prof on Fedora 36

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

sudo dnf remove ghc-chunked-data-prof

ghc-chunked-data-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/chunked-data-0.3.1/Data/Builder.p_hi
/usr/lib64/ghc-8.10.5/chunked-data-0.3.1/Data/ChunkedZip.p_hi
/usr/lib64/ghc-8.10.5/chunked-data-0.3.1/Data/IOData.p_hi
/usr/lib64/ghc-8.10.5/chunked-data-0.3.1/Paths_chunked_data.p_hi
/usr/lib64/ghc-8.10.5/chunked-data-0.3.1/libHSchunked-data-0.3.1-CED3ueQ3x7E2uZyZneE7XV_p.a

References

Summary

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