How To Install ghc-cookie-doc on Fedora 36

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

Introduction

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

This package provides the Haskell cookie library documentation.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ghc-cookie-doc using dnf by running the following command:

sudo dnf -y install ghc-cookie-doc

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ghc-cookie-doc using yum by running the following command:

sudo yum -y install ghc-cookie-doc

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

sudo dnf remove ghc-cookie-doc
/usr/share/doc/ghc/html/libraries/cookie-0.4.5
/usr/share/doc/ghc/html/libraries/cookie-0.4.5/Web-Cookie.html
/usr/share/doc/ghc/html/libraries/cookie-0.4.5/cookie.haddock
/usr/share/doc/ghc/html/libraries/cookie-0.4.5/cookie.txt
/usr/share/doc/ghc/html/libraries/cookie-0.4.5/doc-index.html
/usr/share/doc/ghc/html/libraries/cookie-0.4.5/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/cookie-0.4.5/index.html
/usr/share/doc/ghc/html/libraries/cookie-0.4.5/linuwial.css
/usr/share/doc/ghc/html/libraries/cookie-0.4.5/meta.json
/usr/share/doc/ghc/html/libraries/cookie-0.4.5/quick-jump.css
/usr/share/doc/ghc/html/libraries/cookie-0.4.5/src
/usr/share/doc/ghc/html/libraries/cookie-0.4.5/src/Web.Cookie.html
/usr/share/doc/ghc/html/libraries/cookie-0.4.5/src/highlight.js
/usr/share/doc/ghc/html/libraries/cookie-0.4.5/src/style.css
/usr/share/doc/ghc/html/libraries/cookie-0.4.5/synopsis.png
/usr/share/licenses/ghc-cookie-doc
/usr/share/licenses/ghc-cookie-doc/LICENSE

References

Summary

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