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

In this tutorial we learn how to install ghc-crypto-cipher-types in Fedora 36. ghc-crypto-cipher-types is Generic cryptography cipher types

Introduction

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

What is ghc-crypto-cipher-types

Generic cryptography cipher types.

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

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

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

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

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

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

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

sudo dnf remove ghc-crypto-cipher-types

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

/usr/lib/.build-id
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/0ed315bd3ffe933aa8778f22c2144a38f8bd89
/usr/lib64/libHScrypto-cipher-types-0.0.9-DXXcEsLKLIIGMC6LZinkcB-ghc8.10.5.so
/usr/share/licenses/ghc-crypto-cipher-types
/usr/share/licenses/ghc-crypto-cipher-types/LICENSE

References

Summary

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