How To Install ghc-wreq-doc on Fedora 36

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

Introduction

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

What is ghc-wreq-doc

This package provides the Haskell wreq library documentation.

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

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

sudo dnf -y install ghc-wreq-doc

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

sudo yum -y install ghc-wreq-doc

How To Uninstall ghc-wreq-doc on Fedora 36

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

sudo dnf remove ghc-wreq-doc

ghc-wreq-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/Network-Wreq-Cache-Store.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/Network-Wreq-Cache.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/Network-Wreq-Lens.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/Network-Wreq-Session.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/Network-Wreq-Types.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/Network-Wreq.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/doc-index.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/index.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/linuwial.css
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/meta.json
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/quick-jump.css
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/src
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/src/Network.Wreq.Cache.Store.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/src/Network.Wreq.Cache.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/src/Network.Wreq.Internal.AWS.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/src/Network.Wreq.Internal.Lens.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/src/Network.Wreq.Internal.Link.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/src/Network.Wreq.Internal.OAuth1.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/src/Network.Wreq.Internal.Types.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/src/Network.Wreq.Internal.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/src/Network.Wreq.Lens.Machinery.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/src/Network.Wreq.Lens.TH.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/src/Network.Wreq.Lens.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/src/Network.Wreq.Session.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/src/Network.Wreq.Types.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/src/Network.Wreq.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/src/Paths_wreq.html
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/src/highlight.js
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/src/style.css
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/synopsis.png
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/wreq.haddock
/usr/share/doc/ghc/html/libraries/wreq-0.5.3.3/wreq.txt
/usr/share/licenses/ghc-wreq-doc
/usr/share/licenses/ghc-wreq-doc/LICENSE.md

References

Summary

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