How To Install ghc-system-filepath-doc on Fedora 36

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

Introduction

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

What is ghc-system-filepath-doc

This package provides the Haskell system-filepath library documentation.

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

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

sudo dnf -y install ghc-system-filepath-doc

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

sudo yum -y install ghc-system-filepath-doc

How To Uninstall ghc-system-filepath-doc on Fedora 36

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

sudo dnf remove ghc-system-filepath-doc

ghc-system-filepath-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/system-filepath-0.4.14
/usr/share/doc/ghc/html/libraries/system-filepath-0.4.14/Filesystem-Path-CurrentOS.html
/usr/share/doc/ghc/html/libraries/system-filepath-0.4.14/Filesystem-Path-Rules.html
/usr/share/doc/ghc/html/libraries/system-filepath-0.4.14/Filesystem-Path.html
/usr/share/doc/ghc/html/libraries/system-filepath-0.4.14/doc-index.html
/usr/share/doc/ghc/html/libraries/system-filepath-0.4.14/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/system-filepath-0.4.14/index.html
/usr/share/doc/ghc/html/libraries/system-filepath-0.4.14/linuwial.css
/usr/share/doc/ghc/html/libraries/system-filepath-0.4.14/meta.json
/usr/share/doc/ghc/html/libraries/system-filepath-0.4.14/quick-jump.css
/usr/share/doc/ghc/html/libraries/system-filepath-0.4.14/src
/usr/share/doc/ghc/html/libraries/system-filepath-0.4.14/src/Filesystem.Path.CurrentOS.html
/usr/share/doc/ghc/html/libraries/system-filepath-0.4.14/src/Filesystem.Path.Internal.html
/usr/share/doc/ghc/html/libraries/system-filepath-0.4.14/src/Filesystem.Path.Rules.html
/usr/share/doc/ghc/html/libraries/system-filepath-0.4.14/src/Filesystem.Path.html
/usr/share/doc/ghc/html/libraries/system-filepath-0.4.14/src/highlight.js
/usr/share/doc/ghc/html/libraries/system-filepath-0.4.14/src/style.css
/usr/share/doc/ghc/html/libraries/system-filepath-0.4.14/synopsis.png
/usr/share/doc/ghc/html/libraries/system-filepath-0.4.14/system-filepath.haddock
/usr/share/doc/ghc/html/libraries/system-filepath-0.4.14/system-filepath.txt
/usr/share/licenses/ghc-system-filepath-doc
/usr/share/licenses/ghc-system-filepath-doc/license.txt

References

Summary

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