How To Install ghc-conduit on Fedora 36

In this tutorial we learn how to install ghc-conduit in Fedora 36. ghc-conduit is Streaming data processing library

Introduction

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

What is ghc-conduit

conduit is a solution to the streaming data problem, allowing for production, transformation, and consumption of streams of data in constant memory. It is an alternative to lazy I/O which guarantees deterministic resource handling. For more information about conduit in general, and how this package in particular fits into the ecosystem, see [the conduit homepage](https

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

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

sudo dnf -y install ghc-conduit

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

sudo yum -y install ghc-conduit

How To Uninstall ghc-conduit on Fedora 36

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

sudo dnf remove ghc-conduit

ghc-conduit Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/54
/usr/lib/.build-id/54/60943ed7dc3f5b5fe79d6c2271c1aa42c0583c
/usr/lib64/libHSconduit-1.3.4.1-4eJ55X41ueu9r30eMJv6NR-ghc8.10.5.so
/usr/share/licenses/ghc-conduit
/usr/share/licenses/ghc-conduit/LICENSE

References

Summary

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