How To Install ghc-crypto-cipher-types-prof on Fedora 36

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

Introduction

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

What is ghc-crypto-cipher-types-prof

This package provides the Haskell crypto-cipher-types profiling library.

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

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

sudo dnf -y install ghc-crypto-cipher-types-prof

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

sudo yum -y install ghc-crypto-cipher-types-prof

How To Uninstall ghc-crypto-cipher-types-prof on Fedora 36

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

sudo dnf remove ghc-crypto-cipher-types-prof

ghc-crypto-cipher-types-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types.p_hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/AEAD.p_hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/Base.p_hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/Block.p_hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/BlockIO.p_hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/GF.p_hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/OfIO.p_hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/Stream.p_hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/Unsafe.p_hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/Utils.p_hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/libHScrypto-cipher-types-0.0.9-DXXcEsLKLIIGMC6LZinkcB_p.a

References

Summary

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