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

In this tutorial we learn how to install ghc-crypto-random-doc in Fedora 36. ghc-crypto-random-doc is Haskell crypto-random library documentation

Introduction

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

What is ghc-crypto-random-doc

This package provides the Haskell crypto-random library documentation.

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

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

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

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

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

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

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

sudo dnf remove ghc-crypto-random-doc

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

/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/Crypto-Random-API.html
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/Crypto-Random-Test.html
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/Crypto-Random.html
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/crypto-random.haddock
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/crypto-random.txt
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/doc-index.html
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/index.html
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/linuwial.css
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/meta.json
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/quick-jump.css
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/src
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/src/Crypto.Random.API.html
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/src/Crypto.Random.Entropy.RDRand.html
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/src/Crypto.Random.Entropy.Source.html
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/src/Crypto.Random.Entropy.Unix.html
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/src/Crypto.Random.Entropy.html
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/src/Crypto.Random.Generator.html
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/src/Crypto.Random.Test.html
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/src/Crypto.Random.html
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/src/highlight.js
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/src/style.css
/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/synopsis.png
/usr/share/licenses/ghc-crypto-random-doc
/usr/share/licenses/ghc-crypto-random-doc/LICENSE

References

Summary

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