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

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

Introduction

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

What is ghc-crypto-cipher-types-devel

This package provides the Haskell crypto-cipher-types library development files.

We can use yum or dnf to install ghc-crypto-cipher-types-devel 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-devel.

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

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

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

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

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

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

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

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

/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types.hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/AEAD.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/AEAD.hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/Base.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/Base.hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/Block.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/Block.hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/BlockIO.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/BlockIO.hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/GF.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/GF.hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/OfIO.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/OfIO.hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/Stream.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/Stream.hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/Unsafe.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/Unsafe.hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/Utils.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/Utils.hi
/usr/lib64/ghc-8.10.5/crypto-cipher-types-0.0.9/libHScrypto-cipher-types-0.0.9-DXXcEsLKLIIGMC6LZinkcB.a
/usr/lib64/ghc-8.10.5/package.conf.d/crypto-cipher-types-0.0.9.conf
/usr/share/doc/ghc-crypto-cipher-types-devel
/usr/share/doc/ghc-crypto-cipher-types-devel/README.md

References

Summary

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