How To Install ghc-conduit-prof on Fedora 36

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

Introduction

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

What is ghc-conduit-prof

This package provides the Haskell conduit profiling library.

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

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

sudo dnf -y install ghc-conduit-prof

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

sudo yum -y install ghc-conduit-prof

How To Uninstall ghc-conduit-prof on Fedora 36

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

sudo dnf remove ghc-conduit-prof

ghc-conduit-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/conduit-1.3.4.1/Conduit.p_hi
/usr/lib64/ghc-8.10.5/conduit-1.3.4.1/Data/Conduit.p_hi
/usr/lib64/ghc-8.10.5/conduit-1.3.4.1/Data/Conduit/Combinators.p_hi
/usr/lib64/ghc-8.10.5/conduit-1.3.4.1/Data/Conduit/Combinators/Stream.p_hi
/usr/lib64/ghc-8.10.5/conduit-1.3.4.1/Data/Conduit/Combinators/Unqualified.p_hi
/usr/lib64/ghc-8.10.5/conduit-1.3.4.1/Data/Conduit/Internal.p_hi
/usr/lib64/ghc-8.10.5/conduit-1.3.4.1/Data/Conduit/Internal/Conduit.p_hi
/usr/lib64/ghc-8.10.5/conduit-1.3.4.1/Data/Conduit/Internal/Fusion.p_hi
/usr/lib64/ghc-8.10.5/conduit-1.3.4.1/Data/Conduit/Internal/List/Stream.p_hi
/usr/lib64/ghc-8.10.5/conduit-1.3.4.1/Data/Conduit/Internal/Pipe.p_hi
/usr/lib64/ghc-8.10.5/conduit-1.3.4.1/Data/Conduit/Lift.p_hi
/usr/lib64/ghc-8.10.5/conduit-1.3.4.1/Data/Conduit/List.p_hi
/usr/lib64/ghc-8.10.5/conduit-1.3.4.1/Data/Streaming/FileRead.p_hi
/usr/lib64/ghc-8.10.5/conduit-1.3.4.1/Data/Streaming/Filesystem.p_hi
/usr/lib64/ghc-8.10.5/conduit-1.3.4.1/libHSconduit-1.3.4.1-4eJ55X41ueu9r30eMJv6NR_p.a

References

Summary

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