How To Install ghc-cryptohash-prof on Fedora 36

In this tutorial we learn how to install ghc-cryptohash-prof in Fedora 36. ghc-cryptohash-prof is Haskell cryptohash profiling library

Introduction

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

What is ghc-cryptohash-prof

This package provides the Haskell cryptohash profiling library.

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

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

sudo dnf -y install ghc-cryptohash-prof

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

sudo yum -y install ghc-cryptohash-prof

How To Uninstall ghc-cryptohash-prof on Fedora 36

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

sudo dnf remove ghc-cryptohash-prof

ghc-cryptohash-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/Crypto/Hash.p_hi
/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/Crypto/Hash/Internal.p_hi
/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/Crypto/Hash/MD2.p_hi
/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/Crypto/Hash/MD4.p_hi
/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/Crypto/Hash/MD5.p_hi
/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/Crypto/Hash/RIPEMD160.p_hi
/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/Crypto/Hash/SHA1.p_hi
/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/Crypto/Hash/SHA224.p_hi
/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/Crypto/Hash/SHA256.p_hi
/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/Crypto/Hash/SHA3.p_hi
/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/Crypto/Hash/SHA384.p_hi
/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/Crypto/Hash/SHA512.p_hi
/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/Crypto/Hash/SHA512t.p_hi
/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/Crypto/Hash/Skein256.p_hi
/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/Crypto/Hash/Skein512.p_hi
/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/Crypto/Hash/Tiger.p_hi
/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/Crypto/Hash/Types.p_hi
/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/Crypto/Hash/Whirlpool.p_hi
/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/Crypto/MAC.p_hi
/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/Crypto/MAC/HMAC.p_hi
/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/Crypto/MAC/SHA3.p_hi
/usr/lib64/ghc-8.10.5/cryptohash-0.11.9/libHScryptohash-0.11.9-FxjYhDLOO65EG7iACHenHS_p.a

References

Summary

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