How To Install ghc-tabular-devel on Fedora 36

In this tutorial we learn how to install ghc-tabular-devel in Fedora 36. ghc-tabular-devel is Haskell tabular library development files

Introduction

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

What is ghc-tabular-devel

This package provides the Haskell tabular library development files.

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

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

sudo dnf -y install ghc-tabular-devel

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

sudo yum -y install ghc-tabular-devel

How To Uninstall ghc-tabular-devel on Fedora 36

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

sudo dnf remove ghc-tabular-devel

ghc-tabular-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/tabular-0.2.2.8.conf
/usr/lib64/ghc-8.10.5/tabular-0.2.2.8
/usr/lib64/ghc-8.10.5/tabular-0.2.2.8/Text
/usr/lib64/ghc-8.10.5/tabular-0.2.2.8/Text/Tabular
/usr/lib64/ghc-8.10.5/tabular-0.2.2.8/Text/Tabular.dyn_hi
/usr/lib64/ghc-8.10.5/tabular-0.2.2.8/Text/Tabular.hi
/usr/lib64/ghc-8.10.5/tabular-0.2.2.8/Text/Tabular/AsciiArt.dyn_hi
/usr/lib64/ghc-8.10.5/tabular-0.2.2.8/Text/Tabular/AsciiArt.hi
/usr/lib64/ghc-8.10.5/tabular-0.2.2.8/Text/Tabular/Csv.dyn_hi
/usr/lib64/ghc-8.10.5/tabular-0.2.2.8/Text/Tabular/Csv.hi
/usr/lib64/ghc-8.10.5/tabular-0.2.2.8/Text/Tabular/Html.dyn_hi
/usr/lib64/ghc-8.10.5/tabular-0.2.2.8/Text/Tabular/Html.hi
/usr/lib64/ghc-8.10.5/tabular-0.2.2.8/Text/Tabular/Latex.dyn_hi
/usr/lib64/ghc-8.10.5/tabular-0.2.2.8/Text/Tabular/Latex.hi
/usr/lib64/ghc-8.10.5/tabular-0.2.2.8/Text/Tabular/SimpleText.dyn_hi
/usr/lib64/ghc-8.10.5/tabular-0.2.2.8/Text/Tabular/SimpleText.hi
/usr/lib64/ghc-8.10.5/tabular-0.2.2.8/libHStabular-0.2.2.8-Hcf2VtEmwf82qKCXc6kljp.a
/usr/share/doc/ghc-tabular-devel
/usr/share/doc/ghc-tabular-devel/example
/usr/share/doc/ghc-tabular-devel/example/sample1.hs
/usr/share/doc/ghc-tabular-devel/example/sample1.tex

References

Summary

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