How To Install ghc-serialise-doc on Fedora 36

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

Introduction

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

What is ghc-serialise-doc

This package provides the Haskell serialise library documentation.

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

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

sudo dnf -y install ghc-serialise-doc

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

sudo yum -y install ghc-serialise-doc

How To Uninstall ghc-serialise-doc on Fedora 36

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

sudo dnf remove ghc-serialise-doc

ghc-serialise-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/Codec-Serialise-Class.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/Codec-Serialise-Decoding.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/Codec-Serialise-Encoding.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/Codec-Serialise-IO.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/Codec-Serialise-Internal-GeneralisedUTF8.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/Codec-Serialise-Properties.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/Codec-Serialise-Tutorial.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/Codec-Serialise.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/doc-index-All.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/doc-index-C.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/doc-index-D.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/doc-index-E.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/doc-index-F.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/doc-index-G.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/doc-index-H.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/doc-index-I.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/doc-index-N.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/doc-index-P.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/doc-index-R.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/doc-index-S.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/doc-index-T.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/doc-index-U.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/doc-index-W.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/doc-index.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/index.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/linuwial.css
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/meta.json
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/quick-jump.css
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/serialise.haddock
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/serialise.txt
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/src
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/src/Codec.Serialise.Class.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/src/Codec.Serialise.Decoding.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/src/Codec.Serialise.Encoding.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/src/Codec.Serialise.IO.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/src/Codec.Serialise.Internal.GeneralisedUTF8.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/src/Codec.Serialise.Properties.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/src/Codec.Serialise.Tutorial.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/src/Codec.Serialise.html
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/src/highlight.js
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/src/style.css
/usr/share/doc/ghc/html/libraries/serialise-0.2.3.0/synopsis.png
/usr/share/licenses/ghc-serialise-doc
/usr/share/licenses/ghc-serialise-doc/LICENSE.txt

References

Summary

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