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

Last updated: September 30,2024

1. Install "ghc-tabular.x86_64" package

Please follow the steps below to install ghc-tabular.x86_64 on Fedora 34

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

2. Uninstall "ghc-tabular.x86_64" package

Please follow the instructions below to uninstall ghc-tabular.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:08:37 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-tabular
Version : 0.2.2.7
Release : 21.fc34
Architecture : x86_64
Size : 30 k
Source : ghc-tabular-0.2.2.7-21.fc34.src.rpm
Repository : fedora
Summary : Two-dimensional data tables with rendering functions
URL : https://hackage.haskell.org/package/tabular
License : BSD
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.