How To Install ghc-parsers-doc on Fedora 36

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

Introduction

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

What is ghc-parsers-doc

This package provides the Haskell parsers library documentation.

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

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

sudo dnf -y install ghc-parsers-doc

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

sudo yum -y install ghc-parsers-doc

How To Uninstall ghc-parsers-doc on Fedora 36

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

sudo dnf remove ghc-parsers-doc

ghc-parsers-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/parsers-0.12.10
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/Text-Parser-Char.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/Text-Parser-Combinators.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/Text-Parser-Expression.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/Text-Parser-LookAhead.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/Text-Parser-Permutation.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/Text-Parser-Token-Highlight.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/Text-Parser-Token-Style.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/Text-Parser-Token.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index-60.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index-95.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index-A.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index-All.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index-B.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index-C.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index-D.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index-E.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index-H.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index-I.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index-J.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index-L.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index-M.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index-N.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index-O.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index-P.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index-R.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index-S.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index-T.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index-U.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index-W.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/doc-index.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/index.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/linuwial.css
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/meta.json
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/parsers.haddock
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/parsers.txt
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/quick-jump.css
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/src
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/src/Text.Parser.Char.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/src/Text.Parser.Combinators.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/src/Text.Parser.Expression.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/src/Text.Parser.LookAhead.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/src/Text.Parser.Permutation.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/src/Text.Parser.Token.Highlight.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/src/Text.Parser.Token.Style.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/src/Text.Parser.Token.html
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/src/highlight.js
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/src/style.css
/usr/share/doc/ghc/html/libraries/parsers-0.12.10/synopsis.png
/usr/share/licenses/ghc-parsers-doc
/usr/share/licenses/ghc-parsers-doc/LICENSE

References

Summary

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