How To Install ghc-http-conduit on Fedora 36

In this tutorial we learn how to install ghc-http-conduit in Fedora 36. ghc-http-conduit is HTTP client package with conduit interface and HTTPS support

Introduction

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

What is ghc-http-conduit

This package uses conduit for parsing the actual contents of the HTTP connection. It also provides higher-level functions which allow you to avoid directly dealing with streaming data. See <http The ‘Network.HTTP.Conduit.Browser’ module has been moved to <http

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

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

sudo dnf -y install ghc-http-conduit

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

sudo yum -y install ghc-http-conduit

How To Uninstall ghc-http-conduit on Fedora 36

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

sudo dnf remove ghc-http-conduit

ghc-http-conduit Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/5709705865b2e66a05283196c09a7852051f09
/usr/lib64/libHShttp-conduit-2.3.8-AHVBLUmJSxnKMMhaG8adnt-ghc8.10.5.so
/usr/share/licenses/ghc-http-conduit
/usr/share/licenses/ghc-http-conduit/LICENSE

References

Summary

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