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

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

Introduction

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

What is ghc-xml-conduit-prof

This package provides the Haskell xml-conduit profiling library.

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

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

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

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

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

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

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

sudo dnf remove ghc-xml-conduit-prof

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

/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML.p_hi
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML/Cursor.p_hi
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML/Cursor/Generic.p_hi
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML/Stream/Parse.p_hi
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML/Stream/Render.p_hi
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML/Stream/Token.p_hi
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML/Unresolved.p_hi
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/libHSxml-conduit-1.9.1.1-A78uykHLI284fXetQ6Mt5l_p.a

References

Summary

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