How To Install ghc-crypto-random on Fedora 36

In this tutorial we learn how to install ghc-crypto-random in Fedora 36. ghc-crypto-random is Simple cryptographic random related types

Introduction

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

What is ghc-crypto-random

Simple cryptographic random related types.

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

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

sudo dnf -y install ghc-crypto-random

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

sudo yum -y install ghc-crypto-random

How To Uninstall ghc-crypto-random on Fedora 36

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

sudo dnf remove ghc-crypto-random

ghc-crypto-random Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/6bec172a55cb033cceb80a70b1981c5dec84e2
/usr/lib64/libHScrypto-random-0.0.9-HIwjKuhOKO2xj2bj7Ifv8-ghc8.10.5.so
/usr/share/licenses/ghc-crypto-random
/usr/share/licenses/ghc-crypto-random/LICENSE

References

Summary

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