How To Install ghc-explicit-exception-doc on Fedora 36

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

Introduction

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

What is ghc-explicit-exception-doc

This package provides the Haskell explicit-exception library documentation.

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

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

sudo dnf -y install ghc-explicit-exception-doc

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

sudo yum -y install ghc-explicit-exception-doc

How To Uninstall ghc-explicit-exception-doc on Fedora 36

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

sudo dnf remove ghc-explicit-exception-doc

ghc-explicit-exception-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/Control-Monad-Exception-Asynchronous-Lazy.html
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/Control-Monad-Exception-Asynchronous-Strict.html
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/Control-Monad-Exception-Asynchronous.html
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/Control-Monad-Exception-Synchronous.html
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/doc-index.html
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/explicit-exception.haddock
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/explicit-exception.txt
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/index.html
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/linuwial.css
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/meta.json
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/quick-jump.css
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/src
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/src/Control.Monad.Exception.Asynchronous.Lazy.html
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/src/Control.Monad.Exception.Asynchronous.Strict.html
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/src/Control.Monad.Exception.Asynchronous.html
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/src/Control.Monad.Exception.Label.html
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/src/Control.Monad.Exception.Synchronous.html
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/src/Control.Monad.Exception.Warning.html
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/src/Control.Monad.Label.html
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/src/System.IO.Exception.BinaryFile.html
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/src/System.IO.Exception.File.html
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/src/System.IO.Exception.TextFile.html
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/src/System.IO.Straight.html
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/src/highlight.js
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/src/style.css
/usr/share/doc/ghc/html/libraries/explicit-exception-0.1.10/synopsis.png
/usr/share/licenses/ghc-explicit-exception-doc
/usr/share/licenses/ghc-explicit-exception-doc/LICENSE

References

Summary

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