How To Install ghc-concurrent-extra-doc on Fedora 36

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

Introduction

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

What is ghc-concurrent-extra-doc

This package provides the Haskell concurrent-extra library documentation.

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

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

sudo dnf -y install ghc-concurrent-extra-doc

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

sudo yum -y install ghc-concurrent-extra-doc

How To Uninstall ghc-concurrent-extra-doc on Fedora 36

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

sudo dnf remove ghc-concurrent-extra-doc

ghc-concurrent-extra-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/Control-Concurrent-Broadcast.html
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/Control-Concurrent-Event.html
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/Control-Concurrent-Lock.html
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/Control-Concurrent-RLock.html
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/Control-Concurrent-ReadWriteLock.html
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/Control-Concurrent-ReadWriteVar.html
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/Control-Concurrent-STM-Lock.html
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/concurrent-extra.haddock
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/concurrent-extra.txt
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/doc-index.html
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/index.html
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/linuwial.css
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/meta.json
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/quick-jump.css
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/src
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/src/Control.Concurrent.Broadcast.html
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/src/Control.Concurrent.Event.html
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/src/Control.Concurrent.Lock.html
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/src/Control.Concurrent.RLock.html
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/src/Control.Concurrent.ReadWriteLock.html
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/src/Control.Concurrent.ReadWriteVar.html
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/src/Control.Concurrent.STM.Lock.html
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/src/Utils.html
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/src/highlight.js
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/src/style.css
/usr/share/doc/ghc/html/libraries/concurrent-extra-0.7.0.12/synopsis.png
/usr/share/licenses/ghc-concurrent-extra-doc
/usr/share/licenses/ghc-concurrent-extra-doc/LICENSE

References

Summary

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