How To Install ghc-conduit-extra-prof on Fedora 36

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

Introduction

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

What is ghc-conduit-extra-prof

This package provides the Haskell conduit-extra profiling library.

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

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

sudo dnf -y install ghc-conduit-extra-prof

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

sudo yum -y install ghc-conduit-extra-prof

How To Uninstall ghc-conduit-extra-prof on Fedora 36

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

sudo dnf remove ghc-conduit-extra-prof

ghc-conduit-extra-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/conduit-extra-1.3.5/Data/Conduit/Attoparsec.p_hi
/usr/lib64/ghc-8.10.5/conduit-extra-1.3.5/Data/Conduit/Binary.p_hi
/usr/lib64/ghc-8.10.5/conduit-extra-1.3.5/Data/Conduit/ByteString/Builder.p_hi
/usr/lib64/ghc-8.10.5/conduit-extra-1.3.5/Data/Conduit/Filesystem.p_hi
/usr/lib64/ghc-8.10.5/conduit-extra-1.3.5/Data/Conduit/Foldl.p_hi
/usr/lib64/ghc-8.10.5/conduit-extra-1.3.5/Data/Conduit/Lazy.p_hi
/usr/lib64/ghc-8.10.5/conduit-extra-1.3.5/Data/Conduit/Network.p_hi
/usr/lib64/ghc-8.10.5/conduit-extra-1.3.5/Data/Conduit/Network/UDP.p_hi
/usr/lib64/ghc-8.10.5/conduit-extra-1.3.5/Data/Conduit/Network/Unix.p_hi
/usr/lib64/ghc-8.10.5/conduit-extra-1.3.5/Data/Conduit/Process.p_hi
/usr/lib64/ghc-8.10.5/conduit-extra-1.3.5/Data/Conduit/Process/Typed.p_hi
/usr/lib64/ghc-8.10.5/conduit-extra-1.3.5/Data/Conduit/Text.p_hi
/usr/lib64/ghc-8.10.5/conduit-extra-1.3.5/Data/Conduit/Zlib.p_hi
/usr/lib64/ghc-8.10.5/conduit-extra-1.3.5/libHSconduit-extra-1.3.5-597FRttZXIs7Tb1zbeHPoI_p.a

References

Summary

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