How To Install ghc-arrows-doc on Fedora 36

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

Introduction

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

What is ghc-arrows-doc

This package provides the Haskell arrows library documentation.

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

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

sudo dnf -y install ghc-arrows-doc

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

sudo yum -y install ghc-arrows-doc

How To Uninstall ghc-arrows-doc on Fedora 36

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

sudo dnf remove ghc-arrows-doc

ghc-arrows-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/Control-Arrow-Operations.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/Control-Arrow-Transformer-All.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/Control-Arrow-Transformer-Automaton.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/Control-Arrow-Transformer-CoState.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/Control-Arrow-Transformer-Error.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/Control-Arrow-Transformer-Reader.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/Control-Arrow-Transformer-State.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/Control-Arrow-Transformer-Static.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/Control-Arrow-Transformer-Stream.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/Control-Arrow-Transformer-Writer.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/Control-Arrow-Transformer.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/arrows.haddock
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/arrows.txt
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/doc-index.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/index.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/linuwial.css
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/meta.json
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/quick-jump.css
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/src
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/src/Control.Arrow.Internals.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/src/Control.Arrow.Operations.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/src/Control.Arrow.Transformer.All.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/src/Control.Arrow.Transformer.Automaton.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/src/Control.Arrow.Transformer.CoState.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/src/Control.Arrow.Transformer.Error.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/src/Control.Arrow.Transformer.Reader.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/src/Control.Arrow.Transformer.State.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/src/Control.Arrow.Transformer.Static.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/src/Control.Arrow.Transformer.Stream.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/src/Control.Arrow.Transformer.Writer.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/src/Control.Arrow.Transformer.html
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/src/highlight.js
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/src/style.css
/usr/share/doc/ghc/html/libraries/arrows-0.4.4.2/synopsis.png
/usr/share/licenses/ghc-arrows-doc
/usr/share/licenses/ghc-arrows-doc/LICENSE

References

Summary

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