How To Install ghc-crypto-random-devel on Fedora 36

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

Introduction

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

What is ghc-crypto-random-devel

This package provides the Haskell crypto-random library development files.

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

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

sudo dnf -y install ghc-crypto-random-devel

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

sudo yum -y install ghc-crypto-random-devel

How To Uninstall ghc-crypto-random-devel on Fedora 36

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

sudo dnf remove ghc-crypto-random-devel

ghc-crypto-random-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/crypto-random-0.0.9
/usr/lib64/ghc-8.10.5/crypto-random-0.0.9/Crypto
/usr/lib64/ghc-8.10.5/crypto-random-0.0.9/Crypto/Random
/usr/lib64/ghc-8.10.5/crypto-random-0.0.9/Crypto/Random.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-random-0.0.9/Crypto/Random.hi
/usr/lib64/ghc-8.10.5/crypto-random-0.0.9/Crypto/Random/API.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-random-0.0.9/Crypto/Random/API.hi
/usr/lib64/ghc-8.10.5/crypto-random-0.0.9/Crypto/Random/Entropy
/usr/lib64/ghc-8.10.5/crypto-random-0.0.9/Crypto/Random/Entropy.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-random-0.0.9/Crypto/Random/Entropy.hi
/usr/lib64/ghc-8.10.5/crypto-random-0.0.9/Crypto/Random/Entropy/RDRand.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-random-0.0.9/Crypto/Random/Entropy/RDRand.hi
/usr/lib64/ghc-8.10.5/crypto-random-0.0.9/Crypto/Random/Entropy/Source.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-random-0.0.9/Crypto/Random/Entropy/Source.hi
/usr/lib64/ghc-8.10.5/crypto-random-0.0.9/Crypto/Random/Entropy/Unix.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-random-0.0.9/Crypto/Random/Entropy/Unix.hi
/usr/lib64/ghc-8.10.5/crypto-random-0.0.9/Crypto/Random/Generator.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-random-0.0.9/Crypto/Random/Generator.hi
/usr/lib64/ghc-8.10.5/crypto-random-0.0.9/Crypto/Random/Test.dyn_hi
/usr/lib64/ghc-8.10.5/crypto-random-0.0.9/Crypto/Random/Test.hi
/usr/lib64/ghc-8.10.5/crypto-random-0.0.9/libHScrypto-random-0.0.9-HIwjKuhOKO2xj2bj7Ifv8.a
/usr/lib64/ghc-8.10.5/package.conf.d/crypto-random-0.0.9.conf

References

Summary

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