How To Install ghc-foldl-doc on Fedora 36

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

Introduction

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

What is ghc-foldl-doc

This package provides the Haskell foldl library documentation.

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

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

sudo dnf -y install ghc-foldl-doc

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

sudo yum -y install ghc-foldl-doc

How To Uninstall ghc-foldl-doc on Fedora 36

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

sudo dnf remove ghc-foldl-doc

ghc-foldl-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/foldl-1.4.12
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/Control-Foldl-ByteString.html
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/Control-Foldl-Text.html
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/Control-Foldl.html
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/Control-Scanl.html
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/doc-index.html
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/foldl.haddock
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/foldl.txt
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/index.html
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/linuwial.css
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/meta.json
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/quick-jump.css
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/src
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/src/Control.Foldl.ByteString.html
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/src/Control.Foldl.Internal.html
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/src/Control.Foldl.Optics.html
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/src/Control.Foldl.Text.html
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/src/Control.Foldl.Util.MVector.html
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/src/Control.Foldl.Util.Vector.html
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/src/Control.Foldl.html
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/src/Control.Scanl.html
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/src/highlight.js
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/src/style.css
/usr/share/doc/ghc/html/libraries/foldl-1.4.12/synopsis.png
/usr/share/licenses/ghc-foldl-doc
/usr/share/licenses/ghc-foldl-doc/LICENSE

References

Summary

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