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

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

Introduction

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

What is ghc-crypto-pubkey-types-devel

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

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

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

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

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

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

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

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

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

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

/usr/lib64/ghc-8.10.5/crypto-pubkey-types-0.4.3
/usr/lib64/ghc-8.10.5/crypto-pubkey-types-0.4.3/Crypto
/usr/lib64/ghc-8.10.5/crypto-pubkey-types-0.4.3/Crypto/Types
/usr/lib64/ghc-8.10.5/crypto-pubkey-types-0.4.3/Crypto/Types/PubKey
/usr/lib64/ghc-8.10.5/crypto-pubkey-types-0.4.3/Crypto/Types/PubKey/DH.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-pubkey-types-0.4.3/Crypto/Types/PubKey/DH.hi
/usr/lib64/ghc-8.10.5/crypto-pubkey-types-0.4.3/Crypto/Types/PubKey/DSA.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-pubkey-types-0.4.3/Crypto/Types/PubKey/DSA.hi
/usr/lib64/ghc-8.10.5/crypto-pubkey-types-0.4.3/Crypto/Types/PubKey/ECC.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-pubkey-types-0.4.3/Crypto/Types/PubKey/ECC.hi
/usr/lib64/ghc-8.10.5/crypto-pubkey-types-0.4.3/Crypto/Types/PubKey/ECDSA.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-pubkey-types-0.4.3/Crypto/Types/PubKey/ECDSA.hi
/usr/lib64/ghc-8.10.5/crypto-pubkey-types-0.4.3/Crypto/Types/PubKey/RSA.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-pubkey-types-0.4.3/Crypto/Types/PubKey/RSA.hi
/usr/lib64/ghc-8.10.5/crypto-pubkey-types-0.4.3/libHScrypto-pubkey-types-0.4.3-2XLD52M47oDOv7JPLsXSm.a
/usr/lib64/ghc-8.10.5/package.conf.d/crypto-pubkey-types-0.4.3.conf

References

Summary

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