How To Install ghc-http-directory-doc on Fedora 36

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

Introduction

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

What is ghc-http-directory-doc

This package provides the Haskell http-directory library documentation.

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

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

sudo dnf -y install ghc-http-directory-doc

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

sudo yum -y install ghc-http-directory-doc

How To Uninstall ghc-http-directory-doc on Fedora 36

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

sudo dnf remove ghc-http-directory-doc

ghc-http-directory-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/http-directory-0.1.9
/usr/share/doc/ghc/html/libraries/http-directory-0.1.9/CHANGELOG.md
/usr/share/doc/ghc/html/libraries/http-directory-0.1.9/Network-HTTP-Directory.html
/usr/share/doc/ghc/html/libraries/http-directory-0.1.9/README.md
/usr/share/doc/ghc/html/libraries/http-directory-0.1.9/doc-index.html
/usr/share/doc/ghc/html/libraries/http-directory-0.1.9/example
/usr/share/doc/ghc/html/libraries/http-directory-0.1.9/example/Makefile
/usr/share/doc/ghc/html/libraries/http-directory-0.1.9/example/latest-ghc.hs
/usr/share/doc/ghc/html/libraries/http-directory-0.1.9/example/list-page.hs
/usr/share/doc/ghc/html/libraries/http-directory-0.1.9/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/http-directory-0.1.9/http-directory.haddock
/usr/share/doc/ghc/html/libraries/http-directory-0.1.9/http-directory.txt
/usr/share/doc/ghc/html/libraries/http-directory-0.1.9/index.html
/usr/share/doc/ghc/html/libraries/http-directory-0.1.9/linuwial.css
/usr/share/doc/ghc/html/libraries/http-directory-0.1.9/meta.json
/usr/share/doc/ghc/html/libraries/http-directory-0.1.9/quick-jump.css
/usr/share/doc/ghc/html/libraries/http-directory-0.1.9/src
/usr/share/doc/ghc/html/libraries/http-directory-0.1.9/src/Network.HTTP.Directory.html
/usr/share/doc/ghc/html/libraries/http-directory-0.1.9/src/highlight.js
/usr/share/doc/ghc/html/libraries/http-directory-0.1.9/src/style.css
/usr/share/doc/ghc/html/libraries/http-directory-0.1.9/synopsis.png
/usr/share/licenses/ghc-http-directory-doc
/usr/share/licenses/ghc-http-directory-doc/LICENSE

References

Summary

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