How To Install ghc-shelly-doc on Fedora 36

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

Introduction

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

What is ghc-shelly-doc

This package provides the Haskell shelly library documentation.

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

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

sudo dnf -y install ghc-shelly-doc

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

sudo yum -y install ghc-shelly-doc

How To Uninstall ghc-shelly-doc on Fedora 36

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

sudo dnf remove ghc-shelly-doc

ghc-shelly-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/shelly-1.9.0
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/Shelly-Lifted.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/Shelly-Pipe.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/Shelly-Unix.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/Shelly.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-45.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-60.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-A.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-All.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-B.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-C.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-E.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-F.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-G.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-H.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-I.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-K.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-L.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-M.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-N.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-O.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-P.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-Q.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-R.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-S.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-T.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-U.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-V.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index-W.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/doc-index.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/index.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/linuwial.css
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/meta.json
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/quick-jump.css
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/shelly.haddock
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/shelly.txt
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/src
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/src/Shelly.Base.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/src/Shelly.Directory.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/src/Shelly.Find.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/src/Shelly.Lifted.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/src/Shelly.Pipe.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/src/Shelly.Unix.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/src/Shelly.html
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/src/highlight.js
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/src/style.css
/usr/share/doc/ghc/html/libraries/shelly-1.9.0/synopsis.png
/usr/share/licenses/ghc-shelly-doc
/usr/share/licenses/ghc-shelly-doc/LICENSE

References

Summary

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