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

In this tutorial we learn how to install ghc-xml-conduit-devel in Fedora 36. ghc-xml-conduit-devel is Haskell xml-conduit library development files

Introduction

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

What is ghc-xml-conduit-devel

This package provides the Haskell xml-conduit library development files.

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

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

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

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

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

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

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

sudo dnf remove ghc-xml-conduit-devel

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

/usr/lib64/ghc-8.10.5/package.conf.d/xml-conduit-1.9.1.1.conf
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML.dyn_hi
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML.hi
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML/Cursor
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML/Cursor.dyn_hi
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML/Cursor.hi
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML/Cursor/Generic.dyn_hi
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML/Cursor/Generic.hi
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML/Stream
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML/Stream/Parse.dyn_hi
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML/Stream/Parse.hi
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML/Stream/Render.dyn_hi
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML/Stream/Render.hi
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML/Stream/Token.dyn_hi
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML/Stream/Token.hi
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML/Unresolved.dyn_hi
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/Text/XML/Unresolved.hi
/usr/lib64/ghc-8.10.5/xml-conduit-1.9.1.1/libHSxml-conduit-1.9.1.1-A78uykHLI284fXetQ6Mt5l.a
/usr/share/doc/ghc-xml-conduit-devel
/usr/share/doc/ghc-xml-conduit-devel/ChangeLog.md
/usr/share/doc/ghc-xml-conduit-devel/README.md

References

Summary

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