How To Install ghc-tar-conduit on Fedora 36

In this tutorial we learn how to install ghc-tar-conduit in Fedora 36. ghc-tar-conduit is Extract and create tar files using conduit for streaming

Introduction

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

What is ghc-tar-conduit

This library is for stream-processing .tar archives via conduit. See the documentation of Data.Conduit.Tar.withEntries for a usage example.

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

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

sudo dnf -y install ghc-tar-conduit

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

sudo yum -y install ghc-tar-conduit

How To Uninstall ghc-tar-conduit on Fedora 36

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

sudo dnf remove ghc-tar-conduit

ghc-tar-conduit Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/55dd3e207a2952aafa8071c331824d7189fe81
/usr/lib64/libHStar-conduit-0.3.2-6YouWWIlCq77wN7yDc3vXy-ghc8.10.5.so
/usr/share/licenses/ghc-tar-conduit
/usr/share/licenses/ghc-tar-conduit/LICENSE

References

Summary

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