How To Install ghc-tabular-doc on Fedora 36

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

Introduction

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

What is ghc-tabular-doc

This package provides the Haskell tabular library documentation.

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

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

sudo dnf -y install ghc-tabular-doc

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

sudo yum -y install ghc-tabular-doc

How To Uninstall ghc-tabular-doc on Fedora 36

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

sudo dnf remove ghc-tabular-doc

ghc-tabular-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/Text-Tabular-AsciiArt.html
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/Text-Tabular-Csv.html
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/Text-Tabular-Html.html
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/Text-Tabular-Latex.html
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/Text-Tabular-SimpleText.html
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/Text-Tabular.html
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/doc-index.html
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/example
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/example/sample1.hs
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/example/sample1.tex
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/index.html
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/linuwial.css
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/meta.json
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/quick-jump.css
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/src
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/src/Text.Tabular.AsciiArt.html
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/src/Text.Tabular.Csv.html
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/src/Text.Tabular.Html.html
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/src/Text.Tabular.Latex.html
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/src/Text.Tabular.SimpleText.html
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/src/Text.Tabular.html
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/src/highlight.js
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/src/style.css
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/synopsis.png
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/tabular.haddock
/usr/share/doc/ghc/html/libraries/tabular-0.2.2.8/tabular.txt
/usr/share/licenses/ghc-tabular-doc
/usr/share/licenses/ghc-tabular-doc/LICENSE

References

Summary

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