How To Install ghc-cryptonite-conduit on Fedora 36

In this tutorial we learn how to install ghc-cryptonite-conduit in Fedora 36. ghc-cryptonite-conduit is Cryptonite conduit

Introduction

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

What is ghc-cryptonite-conduit

Conduit bridge for cryptonite For now only provide a conduit version for hash and hmac, but with contribution, this could provide cipher conduits too, and probably other things.

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

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

sudo dnf -y install ghc-cryptonite-conduit

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

sudo yum -y install ghc-cryptonite-conduit

How To Uninstall ghc-cryptonite-conduit on Fedora 36

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

sudo dnf remove ghc-cryptonite-conduit

ghc-cryptonite-conduit Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/367b714c2df358d7ab5ab4442fee9ade175a16
/usr/lib64/libHScryptonite-conduit-0.2.2-Et9uThN3dHs8OO3LRc8k88-ghc8.10.5.so
/usr/share/licenses/ghc-cryptonite-conduit
/usr/share/licenses/ghc-cryptonite-conduit/LICENSE

References

Summary

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