How To Install ghc-stm-doc on Fedora 36

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

Introduction

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

What is ghc-stm-doc

This package provides the Haskell stm library documentation.

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

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

sudo dnf -y install ghc-stm-doc

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

sudo yum -y install ghc-stm-doc

How To Uninstall ghc-stm-doc on Fedora 36

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

sudo dnf remove ghc-stm-doc

ghc-stm-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/stm-2.5.0.1
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/Control-Concurrent-STM-TArray.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/Control-Concurrent-STM-TBQueue.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/Control-Concurrent-STM-TChan.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/Control-Concurrent-STM-TMVar.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/Control-Concurrent-STM-TQueue.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/Control-Concurrent-STM-TSem.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/Control-Concurrent-STM-TVar.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/Control-Concurrent-STM.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/Control-Monad-STM.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/doc-index.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/doc-index.json
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/index.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/linuwial.css
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/meta.json
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/quick-jump.css
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/quick-jump.min.js
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/Control-Concurrent-STM-TArray.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/Control-Concurrent-STM-TBQueue.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/Control-Concurrent-STM-TChan.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/Control-Concurrent-STM-TMVar.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/Control-Concurrent-STM-TQueue.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/Control-Concurrent-STM-TSem.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/Control-Concurrent-STM-TVar.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/Control-Concurrent-STM.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/Control-Monad-STM.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/Control-Sequential-STM.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/Control.Concurrent.STM.TArray.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/Control.Concurrent.STM.TBQueue.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/Control.Concurrent.STM.TChan.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/Control.Concurrent.STM.TMVar.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/Control.Concurrent.STM.TQueue.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/Control.Concurrent.STM.TSem.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/Control.Concurrent.STM.TVar.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/Control.Concurrent.STM.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/Control.Monad.STM.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/Control.Sequential.STM.html
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/highlight.js
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/hscolour.css
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/src/style.css
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/stm.haddock
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/stm.txt
/usr/share/doc/ghc/html/libraries/stm-2.5.0.1/synopsis.png

References

Summary

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