How To Install ghc-yesod-test-doc on Fedora 36

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

Introduction

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

What is ghc-yesod-test-doc

This package provides the Haskell yesod-test library documentation.

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

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

sudo dnf -y install ghc-yesod-test-doc

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

sudo yum -y install ghc-yesod-test-doc

How To Uninstall ghc-yesod-test-doc on Fedora 36

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

sudo dnf remove ghc-yesod-test-doc

ghc-yesod-test-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/yesod-test-1.6.12
/usr/share/doc/ghc/html/libraries/yesod-test-1.6.12/Yesod-Test-CssQuery.html
/usr/share/doc/ghc/html/libraries/yesod-test-1.6.12/Yesod-Test-Internal.html
/usr/share/doc/ghc/html/libraries/yesod-test-1.6.12/Yesod-Test-TransversingCSS.html
/usr/share/doc/ghc/html/libraries/yesod-test-1.6.12/Yesod-Test.html
/usr/share/doc/ghc/html/libraries/yesod-test-1.6.12/doc-index.html
/usr/share/doc/ghc/html/libraries/yesod-test-1.6.12/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/yesod-test-1.6.12/index.html
/usr/share/doc/ghc/html/libraries/yesod-test-1.6.12/linuwial.css
/usr/share/doc/ghc/html/libraries/yesod-test-1.6.12/meta.json
/usr/share/doc/ghc/html/libraries/yesod-test-1.6.12/quick-jump.css
/usr/share/doc/ghc/html/libraries/yesod-test-1.6.12/src
/usr/share/doc/ghc/html/libraries/yesod-test-1.6.12/src/Yesod.Test.CssQuery.html
/usr/share/doc/ghc/html/libraries/yesod-test-1.6.12/src/Yesod.Test.Internal.html
/usr/share/doc/ghc/html/libraries/yesod-test-1.6.12/src/Yesod.Test.TransversingCSS.html
/usr/share/doc/ghc/html/libraries/yesod-test-1.6.12/src/Yesod.Test.html
/usr/share/doc/ghc/html/libraries/yesod-test-1.6.12/src/highlight.js
/usr/share/doc/ghc/html/libraries/yesod-test-1.6.12/src/style.css
/usr/share/doc/ghc/html/libraries/yesod-test-1.6.12/synopsis.png
/usr/share/doc/ghc/html/libraries/yesod-test-1.6.12/yesod-test.haddock
/usr/share/doc/ghc/html/libraries/yesod-test-1.6.12/yesod-test.txt

References

Summary

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