How to Install and Uninstall ghc-tabular Package on openSUSE Leap

Last updated: July 03,2024

1. Install "ghc-tabular" package

Please follow the step by step instructions below to install ghc-tabular on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghc-tabular

2. Uninstall "ghc-tabular" package

This is a short guide on how to uninstall ghc-tabular on openSUSE Leap:

$ sudo zypper remove ghc-tabular

3. Information about the ghc-tabular package on openSUSE Leap

Information for package ghc-tabular:
------------------------------------
Repository : Main Repository
Name : ghc-tabular
Version : 0.2.2.8-bp155.2.16
Arch : x86_64
Vendor : openSUSE
Installed Size : 121.2 KiB
Installed : No
Status : not installed
Source package : ghc-tabular-0.2.2.8-bp155.2.16.src
Upstream URL : https://hackage.haskell.org/package/tabular
Summary : Two-dimensional data tables with rendering functions
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.
Below is an example of the kind of output this library produces. The tabular
package can group rows and columns, each group having one of three separators
(no line, single line, double line) between its members.
> || memtest 1 | memtest 2 || time test | time test 2 >
====++===========+===========++=============+============ > A 1 || hog |
terrible || slow | slower > A 2 || pig | not bad || fast | slowest >
----++-----------+-----------++-------------+------------ > B 1 || good | awful
|| intolerable | bearable > B 2 || better | no chance || crawling | amazing > B
3 || meh | well... || worst ever | ok.

5. The same packages on other Linux Distributions