How To Install ghc-comonad-doc on Fedora 36

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

Introduction

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

What is ghc-comonad-doc

This package provides the Haskell comonad library documentation.

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

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

sudo dnf -y install ghc-comonad-doc

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

sudo yum -y install ghc-comonad-doc

How To Uninstall ghc-comonad-doc on Fedora 36

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

sudo dnf remove ghc-comonad-doc

ghc-comonad-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/comonad-5.0.8
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/Control-Comonad-Env-Class.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/Control-Comonad-Env.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/Control-Comonad-Hoist-Class.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/Control-Comonad-Identity.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/Control-Comonad-Store-Class.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/Control-Comonad-Store.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/Control-Comonad-Traced-Class.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/Control-Comonad-Traced.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/Control-Comonad-Trans-Class.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/Control-Comonad-Trans-Env.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/Control-Comonad-Trans-Identity.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/Control-Comonad-Trans-Store.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/Control-Comonad-Trans-Traced.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/Control-Comonad.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/Data-Functor-Composition.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/comonad.haddock
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/comonad.txt
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/doc-index.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/index.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/linuwial.css
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/meta.json
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/quick-jump.css
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/src
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/src/Control.Comonad.Env.Class.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/src/Control.Comonad.Env.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/src/Control.Comonad.Hoist.Class.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/src/Control.Comonad.Identity.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/src/Control.Comonad.Store.Class.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/src/Control.Comonad.Store.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/src/Control.Comonad.Traced.Class.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/src/Control.Comonad.Traced.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/src/Control.Comonad.Trans.Class.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/src/Control.Comonad.Trans.Env.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/src/Control.Comonad.Trans.Identity.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/src/Control.Comonad.Trans.Store.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/src/Control.Comonad.Trans.Traced.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/src/Control.Comonad.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/src/Data.Functor.Composition.html
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/src/highlight.js
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/src/style.css
/usr/share/doc/ghc/html/libraries/comonad-5.0.8/synopsis.png
/usr/share/licenses/ghc-comonad-doc
/usr/share/licenses/ghc-comonad-doc/LICENSE

References

Summary

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