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

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

Introduction

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

What is ghc-html-conduit-devel

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

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

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

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

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

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

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

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

sudo dnf remove ghc-html-conduit-devel

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

/usr/lib64/ghc-8.10.5/html-conduit-1.3.2.1
/usr/lib64/ghc-8.10.5/html-conduit-1.3.2.1/Text
/usr/lib64/ghc-8.10.5/html-conduit-1.3.2.1/Text/HTML
/usr/lib64/ghc-8.10.5/html-conduit-1.3.2.1/Text/HTML/DOM.dyn_hi
/usr/lib64/ghc-8.10.5/html-conduit-1.3.2.1/Text/HTML/DOM.hi
/usr/lib64/ghc-8.10.5/html-conduit-1.3.2.1/Text/HTML/TagStream.dyn_hi
/usr/lib64/ghc-8.10.5/html-conduit-1.3.2.1/Text/HTML/TagStream.hi
/usr/lib64/ghc-8.10.5/html-conduit-1.3.2.1/libHShtml-conduit-1.3.2.1-LRmwxehOdPd5d62vG5jp0P.a
/usr/lib64/ghc-8.10.5/package.conf.d/html-conduit-1.3.2.1.conf
/usr/share/doc/ghc-html-conduit-devel
/usr/share/doc/ghc-html-conduit-devel/ChangeLog.md
/usr/share/doc/ghc-html-conduit-devel/README.md

References

Summary

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