How To Install ghc-haddock-library-doc on Fedora 36

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

Introduction

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

What is ghc-haddock-library-doc

This package provides the Haskell haddock-library library documentation.

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

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

sudo dnf -y install ghc-haddock-library-doc

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

sudo yum -y install ghc-haddock-library-doc

How To Uninstall ghc-haddock-library-doc on Fedora 36

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

sudo dnf remove ghc-haddock-library-doc

ghc-haddock-library-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/Documentation-Haddock-Doc.html
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/Documentation-Haddock-Markup.html
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/Documentation-Haddock-Parser.html
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/Documentation-Haddock-Types.html
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/doc-index.html
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/haddock-library.haddock
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/haddock-library.txt
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/index.html
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/linuwial.css
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/meta.json
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/quick-jump.css
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/src
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/src/CompatPrelude.html
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/src/Documentation.Haddock.Doc.html
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/src/Documentation.Haddock.Markup.html
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/src/Documentation.Haddock.Parser.Identifier.html
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/src/Documentation.Haddock.Parser.Monad.html
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/src/Documentation.Haddock.Parser.Util.html
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/src/Documentation.Haddock.Parser.html
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/src/Documentation.Haddock.Types.html
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/src/highlight.js
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/src/style.css
/usr/share/doc/ghc/html/libraries/haddock-library-1.10.0/synopsis.png
/usr/share/licenses/ghc-haddock-library-doc
/usr/share/licenses/ghc-haddock-library-doc/LICENSE

References

Summary

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