How To Install ghc-reducers-doc on Fedora 36

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

Introduction

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

What is ghc-reducers-doc

This package provides the Haskell reducers library documentation.

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

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

sudo dnf -y install ghc-reducers-doc

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

sudo yum -y install ghc-reducers-doc

How To Uninstall ghc-reducers-doc on Fedora 36

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

sudo dnf remove ghc-reducers-doc

ghc-reducers-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/reducers-3.12.3
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/Data-Generator-Combinators.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/Data-Generator.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/Data-Semigroup-Alt.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/Data-Semigroup-Alternative.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/Data-Semigroup-Applicative.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/Data-Semigroup-Apply.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/Data-Semigroup-Generator.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/Data-Semigroup-Instances.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/Data-Semigroup-Monad.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/Data-Semigroup-MonadPlus.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/Data-Semigroup-Reducer-With.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/Data-Semigroup-Reducer.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/Data-Semigroup-Self.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/Data-Semigroup-Union.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/doc-index.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/index.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/linuwial.css
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/meta.json
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/quick-jump.css
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/reducers.haddock
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/reducers.txt
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/src
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/src/Data.Generator.Combinators.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/src/Data.Generator.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/src/Data.Semigroup.Alt.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/src/Data.Semigroup.Alternative.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/src/Data.Semigroup.Applicative.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/src/Data.Semigroup.Apply.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/src/Data.Semigroup.Generator.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/src/Data.Semigroup.Instances.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/src/Data.Semigroup.Monad.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/src/Data.Semigroup.MonadPlus.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/src/Data.Semigroup.Reducer.With.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/src/Data.Semigroup.Reducer.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/src/Data.Semigroup.Self.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/src/Data.Semigroup.Union.html
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/src/highlight.js
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/src/style.css
/usr/share/doc/ghc/html/libraries/reducers-3.12.3/synopsis.png
/usr/share/licenses/ghc-reducers-doc
/usr/share/licenses/ghc-reducers-doc/LICENSE

References

Summary

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