How To Install ghc-path-io-doc on Fedora 36

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

Introduction

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

What is ghc-path-io-doc

This package provides the Haskell path-io library documentation.

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

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

sudo dnf -y install ghc-path-io-doc

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

sudo yum -y install ghc-path-io-doc

How To Uninstall ghc-path-io-doc on Fedora 36

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

sudo dnf remove ghc-path-io-doc

ghc-path-io-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/path-io-1.6.3
/usr/share/doc/ghc/html/libraries/path-io-1.6.3/CHANGELOG.md
/usr/share/doc/ghc/html/libraries/path-io-1.6.3/Path-IO.html
/usr/share/doc/ghc/html/libraries/path-io-1.6.3/README.md
/usr/share/doc/ghc/html/libraries/path-io-1.6.3/doc-index.html
/usr/share/doc/ghc/html/libraries/path-io-1.6.3/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/path-io-1.6.3/index.html
/usr/share/doc/ghc/html/libraries/path-io-1.6.3/linuwial.css
/usr/share/doc/ghc/html/libraries/path-io-1.6.3/meta.json
/usr/share/doc/ghc/html/libraries/path-io-1.6.3/path-io.haddock
/usr/share/doc/ghc/html/libraries/path-io-1.6.3/path-io.txt
/usr/share/doc/ghc/html/libraries/path-io-1.6.3/quick-jump.css
/usr/share/doc/ghc/html/libraries/path-io-1.6.3/src
/usr/share/doc/ghc/html/libraries/path-io-1.6.3/src/Path.IO.html
/usr/share/doc/ghc/html/libraries/path-io-1.6.3/src/highlight.js
/usr/share/doc/ghc/html/libraries/path-io-1.6.3/src/style.css
/usr/share/doc/ghc/html/libraries/path-io-1.6.3/synopsis.png
/usr/share/licenses/ghc-path-io-doc
/usr/share/licenses/ghc-path-io-doc/LICENSE.md

References

Summary

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