How To Install ghc-tabular on Fedora 36
Introduction
In this tutorial we learn how to install ghc-tabular
on Fedora 36.
What is ghc-tabular
Tabular provides a Haskell representation of two-dimensional data tables, the kind that you might find in a spreadsheet or or a research report. It also comes with some default rendering functions for turning those tables into ASCII art, simple text with an arbitrary delimiter, CSV, HTML or LaTeX.
We can use yum
or dnf
to install ghc-tabular
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-tabular.
Install ghc-tabular 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
using dnf
by running the following command:
sudo dnf -y install ghc-tabular
Install ghc-tabular 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
using yum
by running the following command:
sudo yum -y install ghc-tabular
How To Uninstall ghc-tabular on Fedora 36
To uninstall only the ghc-tabular
package we can use the following command:
sudo dnf remove ghc-tabular
ghc-tabular Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/90888cd5ea57f4d8d5e23e8e815b38e7fd22aa
/usr/lib64/libHStabular-0.2.2.8-Hcf2VtEmwf82qKCXc6kljp-ghc8.10.5.so
/usr/share/licenses/ghc-tabular
/usr/share/licenses/ghc-tabular/LICENSE
References
Summary
In this tutorial we learn how to install ghc-tabular
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).