How To Install ghc-hspec-discover-doc on Fedora 36

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

Introduction

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

What is ghc-hspec-discover-doc

This package provides the Haskell hspec-discover library documentation.

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

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

sudo dnf -y install ghc-hspec-discover-doc

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

sudo yum -y install ghc-hspec-discover-doc

How To Uninstall ghc-hspec-discover-doc on Fedora 36

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

sudo dnf remove ghc-hspec-discover-doc

ghc-hspec-discover-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/hspec-discover-2.7.10
/usr/share/doc/ghc/html/libraries/hspec-discover-2.7.10/Test-Hspec-Discover-Config.html
/usr/share/doc/ghc/html/libraries/hspec-discover-2.7.10/Test-Hspec-Discover-Run.html
/usr/share/doc/ghc/html/libraries/hspec-discover-2.7.10/Test-Hspec-Discover-Sort.html
/usr/share/doc/ghc/html/libraries/hspec-discover-2.7.10/doc-index.html
/usr/share/doc/ghc/html/libraries/hspec-discover-2.7.10/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/hspec-discover-2.7.10/hspec-discover.haddock
/usr/share/doc/ghc/html/libraries/hspec-discover-2.7.10/hspec-discover.txt
/usr/share/doc/ghc/html/libraries/hspec-discover-2.7.10/index.html
/usr/share/doc/ghc/html/libraries/hspec-discover-2.7.10/linuwial.css
/usr/share/doc/ghc/html/libraries/hspec-discover-2.7.10/meta.json
/usr/share/doc/ghc/html/libraries/hspec-discover-2.7.10/quick-jump.css
/usr/share/doc/ghc/html/libraries/hspec-discover-2.7.10/src
/usr/share/doc/ghc/html/libraries/hspec-discover-2.7.10/src/Paths_hspec_discover.html
/usr/share/doc/ghc/html/libraries/hspec-discover-2.7.10/src/Test.Hspec.Discover.Config.html
/usr/share/doc/ghc/html/libraries/hspec-discover-2.7.10/src/Test.Hspec.Discover.Run.html
/usr/share/doc/ghc/html/libraries/hspec-discover-2.7.10/src/Test.Hspec.Discover.Sort.html
/usr/share/doc/ghc/html/libraries/hspec-discover-2.7.10/src/highlight.js
/usr/share/doc/ghc/html/libraries/hspec-discover-2.7.10/src/style.css
/usr/share/doc/ghc/html/libraries/hspec-discover-2.7.10/synopsis.png
/usr/share/licenses/ghc-hspec-discover-doc
/usr/share/licenses/ghc-hspec-discover-doc/LICENSE

References

Summary

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