How To Install ghc-lzma-conduit on Fedora 36

In this tutorial we learn how to install ghc-lzma-conduit in Fedora 36. ghc-lzma-conduit is Conduit interface for lzma/xz compression

Introduction

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

What is ghc-lzma-conduit

This package provides an Conduit interface for the LZMA compression algorithm used in the .xz file format.

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

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

sudo dnf -y install ghc-lzma-conduit

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

sudo yum -y install ghc-lzma-conduit

How To Uninstall ghc-lzma-conduit on Fedora 36

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

sudo dnf remove ghc-lzma-conduit

ghc-lzma-conduit Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/47
/usr/lib/.build-id/47/c8a29994a9ab9005bbbce10d1debdd67009997
/usr/lib64/libHSlzma-conduit-1.2.1-KabQQhraU2xJWaMQ24JCFL-ghc8.10.5.so
/usr/share/licenses/ghc-lzma-conduit
/usr/share/licenses/ghc-lzma-conduit/LICENSE

References

Summary

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