How To Install ghc-cryptonite-conduit-devel on Fedora 36

In this tutorial we learn how to install ghc-cryptonite-conduit-devel in Fedora 36. ghc-cryptonite-conduit-devel is Haskell cryptonite-conduit library development files

Introduction

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

What is ghc-cryptonite-conduit-devel

This package provides the Haskell cryptonite-conduit library development files.

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

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

sudo dnf -y install ghc-cryptonite-conduit-devel

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

sudo yum -y install ghc-cryptonite-conduit-devel

How To Uninstall ghc-cryptonite-conduit-devel on Fedora 36

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

sudo dnf remove ghc-cryptonite-conduit-devel

ghc-cryptonite-conduit-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/cryptonite-conduit-0.2.2
/usr/lib64/ghc-8.10.5/cryptonite-conduit-0.2.2/Crypto
/usr/lib64/ghc-8.10.5/cryptonite-conduit-0.2.2/Crypto/Cipher
/usr/lib64/ghc-8.10.5/cryptonite-conduit-0.2.2/Crypto/Cipher/ChaChaPoly1305
/usr/lib64/ghc-8.10.5/cryptonite-conduit-0.2.2/Crypto/Cipher/ChaChaPoly1305/Conduit.dyn_hi
/usr/lib64/ghc-8.10.5/cryptonite-conduit-0.2.2/Crypto/Cipher/ChaChaPoly1305/Conduit.hi
/usr/lib64/ghc-8.10.5/cryptonite-conduit-0.2.2/Crypto/Hash
/usr/lib64/ghc-8.10.5/cryptonite-conduit-0.2.2/Crypto/Hash/Conduit.dyn_hi
/usr/lib64/ghc-8.10.5/cryptonite-conduit-0.2.2/Crypto/Hash/Conduit.hi
/usr/lib64/ghc-8.10.5/cryptonite-conduit-0.2.2/Crypto/MAC
/usr/lib64/ghc-8.10.5/cryptonite-conduit-0.2.2/Crypto/MAC/HMAC
/usr/lib64/ghc-8.10.5/cryptonite-conduit-0.2.2/Crypto/MAC/HMAC/Conduit.dyn_hi
/usr/lib64/ghc-8.10.5/cryptonite-conduit-0.2.2/Crypto/MAC/HMAC/Conduit.hi
/usr/lib64/ghc-8.10.5/cryptonite-conduit-0.2.2/Crypto/PubKey
/usr/lib64/ghc-8.10.5/cryptonite-conduit-0.2.2/Crypto/PubKey/ECIES
/usr/lib64/ghc-8.10.5/cryptonite-conduit-0.2.2/Crypto/PubKey/ECIES/Conduit.dyn_hi
/usr/lib64/ghc-8.10.5/cryptonite-conduit-0.2.2/Crypto/PubKey/ECIES/Conduit.hi
/usr/lib64/ghc-8.10.5/cryptonite-conduit-0.2.2/libHScryptonite-conduit-0.2.2-Et9uThN3dHs8OO3LRc8k88.a
/usr/lib64/ghc-8.10.5/package.conf.d/cryptonite-conduit-0.2.2.conf
/usr/share/doc/ghc-cryptonite-conduit-devel
/usr/share/doc/ghc-cryptonite-conduit-devel/CHANGELOG.md
/usr/share/doc/ghc-cryptonite-conduit-devel/README.md

References

Summary

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