How To Install ghc-th-orphans-doc on Fedora 36

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

Introduction

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

What is ghc-th-orphans-doc

This package provides the Haskell th-orphans library documentation.

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

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

sudo dnf -y install ghc-th-orphans-doc

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

sudo yum -y install ghc-th-orphans-doc

How To Uninstall ghc-th-orphans-doc on Fedora 36

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

sudo dnf remove ghc-th-orphans-doc

ghc-th-orphans-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/th-orphans-0.13.11
/usr/share/doc/ghc/html/libraries/th-orphans-0.13.11/Language-Haskell-TH-Instances.html
/usr/share/doc/ghc/html/libraries/th-orphans-0.13.11/doc-index.html
/usr/share/doc/ghc/html/libraries/th-orphans-0.13.11/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/th-orphans-0.13.11/index.html
/usr/share/doc/ghc/html/libraries/th-orphans-0.13.11/linuwial.css
/usr/share/doc/ghc/html/libraries/th-orphans-0.13.11/meta.json
/usr/share/doc/ghc/html/libraries/th-orphans-0.13.11/quick-jump.css
/usr/share/doc/ghc/html/libraries/th-orphans-0.13.11/src
/usr/share/doc/ghc/html/libraries/th-orphans-0.13.11/src/Language.Haskell.TH.Instances.Internal.html
/usr/share/doc/ghc/html/libraries/th-orphans-0.13.11/src/Language.Haskell.TH.Instances.html
/usr/share/doc/ghc/html/libraries/th-orphans-0.13.11/src/highlight.js
/usr/share/doc/ghc/html/libraries/th-orphans-0.13.11/src/style.css
/usr/share/doc/ghc/html/libraries/th-orphans-0.13.11/synopsis.png
/usr/share/doc/ghc/html/libraries/th-orphans-0.13.11/th-orphans.haddock
/usr/share/doc/ghc/html/libraries/th-orphans-0.13.11/th-orphans.txt
/usr/share/licenses/ghc-th-orphans-doc
/usr/share/licenses/ghc-th-orphans-doc/LICENSE

References

Summary

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