How To Install ghc-maccatcher-doc on Fedora 36

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

Introduction

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

What is ghc-maccatcher-doc

This package provides the Haskell maccatcher library documentation.

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

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

sudo dnf -y install ghc-maccatcher-doc

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

sudo yum -y install ghc-maccatcher-doc

How To Uninstall ghc-maccatcher-doc on Fedora 36

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

sudo dnf remove ghc-maccatcher-doc

ghc-maccatcher-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/maccatcher-2.1.5
/usr/share/doc/ghc/html/libraries/maccatcher-2.1.5/Data-MAC.html
/usr/share/doc/ghc/html/libraries/maccatcher-2.1.5/System-Info-MAC-Fetch.html
/usr/share/doc/ghc/html/libraries/maccatcher-2.1.5/System-Info-MAC.html
/usr/share/doc/ghc/html/libraries/maccatcher-2.1.5/doc-index.html
/usr/share/doc/ghc/html/libraries/maccatcher-2.1.5/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/maccatcher-2.1.5/index.html
/usr/share/doc/ghc/html/libraries/maccatcher-2.1.5/linuwial.css
/usr/share/doc/ghc/html/libraries/maccatcher-2.1.5/maccatcher.haddock
/usr/share/doc/ghc/html/libraries/maccatcher-2.1.5/maccatcher.txt
/usr/share/doc/ghc/html/libraries/maccatcher-2.1.5/meta.json
/usr/share/doc/ghc/html/libraries/maccatcher-2.1.5/quick-jump.css
/usr/share/doc/ghc/html/libraries/maccatcher-2.1.5/src
/usr/share/doc/ghc/html/libraries/maccatcher-2.1.5/src/Data.MAC.html
/usr/share/doc/ghc/html/libraries/maccatcher-2.1.5/src/System.Info.MAC.Fetch.html
/usr/share/doc/ghc/html/libraries/maccatcher-2.1.5/src/System.Info.MAC.html
/usr/share/doc/ghc/html/libraries/maccatcher-2.1.5/src/highlight.js
/usr/share/doc/ghc/html/libraries/maccatcher-2.1.5/src/style.css
/usr/share/doc/ghc/html/libraries/maccatcher-2.1.5/synopsis.png
/usr/share/licenses/ghc-maccatcher-doc
/usr/share/licenses/ghc-maccatcher-doc/LICENSE

References

Summary

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