How To Install ghc-doctest-doc on Fedora 36

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

Introduction

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

What is ghc-doctest-doc

This package provides the Haskell doctest library documentation.

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

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

sudo dnf -y install ghc-doctest-doc

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

sudo yum -y install ghc-doctest-doc

How To Uninstall ghc-doctest-doc on Fedora 36

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

sudo dnf remove ghc-doctest-doc

ghc-doctest-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/doctest-0.17
/usr/share/doc/ghc/html/libraries/doctest-0.17/Test-DocTest.html
/usr/share/doc/ghc/html/libraries/doctest-0.17/doc-index.html
/usr/share/doc/ghc/html/libraries/doctest-0.17/doctest.haddock
/usr/share/doc/ghc/html/libraries/doctest-0.17/doctest.txt
/usr/share/doc/ghc/html/libraries/doctest-0.17/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/doctest-0.17/index.html
/usr/share/doc/ghc/html/libraries/doctest-0.17/linuwial.css
/usr/share/doc/ghc/html/libraries/doctest-0.17/meta.json
/usr/share/doc/ghc/html/libraries/doctest-0.17/quick-jump.css
/usr/share/doc/ghc/html/libraries/doctest-0.17/src
/usr/share/doc/ghc/html/libraries/doctest-0.17/src/Extract.html
/usr/share/doc/ghc/html/libraries/doctest-0.17/src/GhcUtil.html
/usr/share/doc/ghc/html/libraries/doctest-0.17/src/Interpreter.html
/usr/share/doc/ghc/html/libraries/doctest-0.17/src/Language.Haskell.GhciWrapper.html
/usr/share/doc/ghc/html/libraries/doctest-0.17/src/Location.html
/usr/share/doc/ghc/html/libraries/doctest-0.17/src/Options.html
/usr/share/doc/ghc/html/libraries/doctest-0.17/src/PackageDBs.html
/usr/share/doc/ghc/html/libraries/doctest-0.17/src/Parse.html
/usr/share/doc/ghc/html/libraries/doctest-0.17/src/Paths_doctest.html
/usr/share/doc/ghc/html/libraries/doctest-0.17/src/Property.html
/usr/share/doc/ghc/html/libraries/doctest-0.17/src/Run.html
/usr/share/doc/ghc/html/libraries/doctest-0.17/src/Runner.Example.html
/usr/share/doc/ghc/html/libraries/doctest-0.17/src/Runner.html
/usr/share/doc/ghc/html/libraries/doctest-0.17/src/Sandbox.html
/usr/share/doc/ghc/html/libraries/doctest-0.17/src/Test.DocTest.html
/usr/share/doc/ghc/html/libraries/doctest-0.17/src/Util.html
/usr/share/doc/ghc/html/libraries/doctest-0.17/src/highlight.js
/usr/share/doc/ghc/html/libraries/doctest-0.17/src/style.css
/usr/share/doc/ghc/html/libraries/doctest-0.17/synopsis.png
/usr/share/licenses/ghc-doctest-doc
/usr/share/licenses/ghc-doctest-doc/LICENSE

References

Summary

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