How to Install and Uninstall ghc-tabular.x86_64 Package on Fedora 39

Last updated: January 15,2025

1. Install "ghc-tabular.x86_64" package

Learn how to install ghc-tabular.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install ghc-tabular.x86_64

2. Uninstall "ghc-tabular.x86_64" package

This is a short guide on how to uninstall ghc-tabular.x86_64 on Fedora 39:

$ sudo dnf remove ghc-tabular.x86_64 $ sudo dnf autoremove

3. Information about the ghc-tabular.x86_64 package on Fedora 39

Last metadata expiration check: 5:12:12 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ghc-tabular
Version : 0.2.2.8
Release : 9.fc39
Architecture : x86_64
Size : 34 k
Source : ghc-tabular-0.2.2.8-9.fc39.src.rpm
Repository : fedora
Summary : Two-dimensional data tables with rendering functions
URL : https://hackage.haskell.org/package/tabular
License : BSD-3-Clause
Description : 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.