How To Install ghc-filestore-doc on Fedora 36

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

Introduction

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

What is ghc-filestore-doc

This package provides the Haskell filestore library documentation.

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

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

sudo dnf -y install ghc-filestore-doc

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

sudo yum -y install ghc-filestore-doc

How To Uninstall ghc-filestore-doc on Fedora 36

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

sudo dnf remove ghc-filestore-doc

ghc-filestore-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/filestore-0.6.5
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/Data-FileStore-Darcs.html
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/Data-FileStore-Generic.html
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/Data-FileStore-Git.html
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/Data-FileStore-Mercurial.html
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/Data-FileStore-Types.html
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/Data-FileStore-Utils.html
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/Data-FileStore.html
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/doc-index.html
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/filestore.haddock
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/filestore.txt
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/index.html
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/linuwial.css
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/meta.json
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/quick-jump.css
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/src
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/src/Data.FileStore.Compat.Locale.html
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/src/Data.FileStore.Darcs.html
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/src/Data.FileStore.DarcsXml.html
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/src/Data.FileStore.Generic.html
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/src/Data.FileStore.Git.html
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/src/Data.FileStore.Mercurial.html
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/src/Data.FileStore.MercurialCommandServer.html
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/src/Data.FileStore.Types.html
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/src/Data.FileStore.Utils.html
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/src/Data.FileStore.html
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/src/highlight.js
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/src/style.css
/usr/share/doc/ghc/html/libraries/filestore-0.6.5/synopsis.png
/usr/share/licenses/ghc-filestore-doc
/usr/share/licenses/ghc-filestore-doc/LICENSE

References

Summary

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