How To Install ghc-crypto-api-prof on Fedora 36

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

Introduction

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

What is ghc-crypto-api-prof

This package provides the Haskell crypto-api profiling library.

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

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

sudo dnf -y install ghc-crypto-api-prof

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

sudo yum -y install ghc-crypto-api-prof

How To Uninstall ghc-crypto-api-prof on Fedora 36

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

sudo dnf remove ghc-crypto-api-prof

ghc-crypto-api-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/crypto-api-0.13.3/Crypto/CPoly.p_hi
/usr/lib64/ghc-8.10.5/crypto-api-0.13.3/Crypto/Classes.p_hi
/usr/lib64/ghc-8.10.5/crypto-api-0.13.3/Crypto/Classes/Exceptions.p_hi
/usr/lib64/ghc-8.10.5/crypto-api-0.13.3/Crypto/HMAC.p_hi
/usr/lib64/ghc-8.10.5/crypto-api-0.13.3/Crypto/Modes.p_hi
/usr/lib64/ghc-8.10.5/crypto-api-0.13.3/Crypto/Padding.p_hi
/usr/lib64/ghc-8.10.5/crypto-api-0.13.3/Crypto/Random.p_hi
/usr/lib64/ghc-8.10.5/crypto-api-0.13.3/Crypto/Types.p_hi
/usr/lib64/ghc-8.10.5/crypto-api-0.13.3/Crypto/Util.p_hi
/usr/lib64/ghc-8.10.5/crypto-api-0.13.3/libHScrypto-api-0.13.3-4MVP5u8cM4N2LHbolvSquY_p.a

References

Summary

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