How To Install ghc-unix-time-doc on Fedora 36

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

Introduction

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

What is ghc-unix-time-doc

This package provides the Haskell unix-time library documentation.

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

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

sudo dnf -y install ghc-unix-time-doc

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

sudo yum -y install ghc-unix-time-doc

How To Uninstall ghc-unix-time-doc on Fedora 36

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

sudo dnf remove ghc-unix-time-doc

ghc-unix-time-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/unix-time-0.4.7
/usr/share/doc/ghc/html/libraries/unix-time-0.4.7/Data-UnixTime.html
/usr/share/doc/ghc/html/libraries/unix-time-0.4.7/doc-index.html
/usr/share/doc/ghc/html/libraries/unix-time-0.4.7/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/unix-time-0.4.7/index.html
/usr/share/doc/ghc/html/libraries/unix-time-0.4.7/linuwial.css
/usr/share/doc/ghc/html/libraries/unix-time-0.4.7/meta.json
/usr/share/doc/ghc/html/libraries/unix-time-0.4.7/quick-jump.css
/usr/share/doc/ghc/html/libraries/unix-time-0.4.7/src
/usr/share/doc/ghc/html/libraries/unix-time-0.4.7/src/Data.UnixTime.Conv.html
/usr/share/doc/ghc/html/libraries/unix-time-0.4.7/src/Data.UnixTime.Diff.html
/usr/share/doc/ghc/html/libraries/unix-time-0.4.7/src/Data.UnixTime.Sys.html
/usr/share/doc/ghc/html/libraries/unix-time-0.4.7/src/Data.UnixTime.Types.html
/usr/share/doc/ghc/html/libraries/unix-time-0.4.7/src/Data.UnixTime.html
/usr/share/doc/ghc/html/libraries/unix-time-0.4.7/src/highlight.js
/usr/share/doc/ghc/html/libraries/unix-time-0.4.7/src/style.css
/usr/share/doc/ghc/html/libraries/unix-time-0.4.7/synopsis.png
/usr/share/doc/ghc/html/libraries/unix-time-0.4.7/unix-time.haddock
/usr/share/doc/ghc/html/libraries/unix-time-0.4.7/unix-time.txt
/usr/share/licenses/ghc-unix-time-doc
/usr/share/licenses/ghc-unix-time-doc/LICENSE

References

Summary

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