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

In this tutorial we learn how to install ghc-crypto-pubkey-types in Fedora 36. ghc-crypto-pubkey-types is Generic cryptography Public keys algorithm types

Introduction

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

What is ghc-crypto-pubkey-types

Generic cryptography public keys algorithm types.

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

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

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

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

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

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

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

sudo dnf remove ghc-crypto-pubkey-types

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

/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/24fe35fedfef09e422cc1ee2d22a6f29e98387
/usr/lib64/libHScrypto-pubkey-types-0.4.3-2XLD52M47oDOv7JPLsXSm-ghc8.10.5.so
/usr/share/licenses/ghc-crypto-pubkey-types
/usr/share/licenses/ghc-crypto-pubkey-types/LICENSE

References

Summary

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