How To Install ghc-monad-logger-doc on Fedora 36

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

Introduction

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

What is ghc-monad-logger-doc

This package provides the Haskell monad-logger library documentation.

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

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

sudo dnf -y install ghc-monad-logger-doc

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

sudo yum -y install ghc-monad-logger-doc

How To Uninstall ghc-monad-logger-doc on Fedora 36

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

sudo dnf remove ghc-monad-logger-doc

ghc-monad-logger-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/monad-logger-0.3.36
/usr/share/doc/ghc/html/libraries/monad-logger-0.3.36/Control-Monad-Logger-CallStack.html
/usr/share/doc/ghc/html/libraries/monad-logger-0.3.36/Control-Monad-Logger.html
/usr/share/doc/ghc/html/libraries/monad-logger-0.3.36/doc-index.html
/usr/share/doc/ghc/html/libraries/monad-logger-0.3.36/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/monad-logger-0.3.36/index.html
/usr/share/doc/ghc/html/libraries/monad-logger-0.3.36/linuwial.css
/usr/share/doc/ghc/html/libraries/monad-logger-0.3.36/meta.json
/usr/share/doc/ghc/html/libraries/monad-logger-0.3.36/monad-logger.haddock
/usr/share/doc/ghc/html/libraries/monad-logger-0.3.36/monad-logger.txt
/usr/share/doc/ghc/html/libraries/monad-logger-0.3.36/quick-jump.css
/usr/share/doc/ghc/html/libraries/monad-logger-0.3.36/src
/usr/share/doc/ghc/html/libraries/monad-logger-0.3.36/src/Control.Monad.Logger.CallStack.html
/usr/share/doc/ghc/html/libraries/monad-logger-0.3.36/src/Control.Monad.Logger.html
/usr/share/doc/ghc/html/libraries/monad-logger-0.3.36/src/Paths_monad_logger.html
/usr/share/doc/ghc/html/libraries/monad-logger-0.3.36/src/highlight.js
/usr/share/doc/ghc/html/libraries/monad-logger-0.3.36/src/style.css
/usr/share/doc/ghc/html/libraries/monad-logger-0.3.36/synopsis.png
/usr/share/licenses/ghc-monad-logger-doc
/usr/share/licenses/ghc-monad-logger-doc/LICENSE

References

Summary

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