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

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

Introduction

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

What is ghc-crypto-api-doc

This package provides the Haskell crypto-api library documentation.

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

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

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

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

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

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

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

sudo dnf remove ghc-crypto-api-doc

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

/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/Crypto-Classes-Exceptions.html
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/Crypto-Classes.html
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/Crypto-HMAC.html
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/Crypto-Modes.html
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/Crypto-Padding.html
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/Crypto-Random.html
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/Crypto-Types.html
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/Crypto-Util.html
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/crypto-api.haddock
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/crypto-api.txt
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/doc-index.html
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/index.html
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/linuwial.css
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/meta.json
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/quick-jump.css
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/src
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/src/Crypto.CPoly.html
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/src/Crypto.Classes.Exceptions.html
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/src/Crypto.Classes.html
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/src/Crypto.HMAC.html
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/src/Crypto.Modes.html
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/src/Crypto.Padding.html
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/src/Crypto.Random.html
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/src/Crypto.Types.html
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/src/Crypto.Util.html
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/src/highlight.js
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/src/style.css
/usr/share/doc/ghc/html/libraries/crypto-api-0.13.3/synopsis.png
/usr/share/licenses/ghc-crypto-api-doc
/usr/share/licenses/ghc-crypto-api-doc/LICENSE

References

Summary

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