How to Install and Uninstall perl-Data-ShowTable Package on openSUSE Leap

Last updated: May 09,2024

1. Install "perl-Data-ShowTable" package

Here is a brief guide to show you how to install perl-Data-ShowTable on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Data-ShowTable

2. Uninstall "perl-Data-ShowTable" package

Please follow the guidelines below to uninstall perl-Data-ShowTable on openSUSE Leap:

$ sudo zypper remove perl-Data-ShowTable

3. Information about the perl-Data-ShowTable package on openSUSE Leap

Information for package perl-Data-ShowTable:
--------------------------------------------
Repository : Main Repository
Name : perl-Data-ShowTable
Version : 4.6-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 181.5 KiB
Installed : No
Status : not installed
Source package : perl-Data-ShowTable-4.6-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/Data-ShowTable/
Summary : routines to display tabular data in several formats.
Description :
The *ShowTable* module provides subroutines to display tabular data,
typially from a database, in nicely formatted columns, in several formats.
Its arguments can either be given in a fixed order, or, as a single,
anonymous hash-array.
The output format for any one invocation can be one of four possible
styles:
* Box
A tabular format, with the column titles and the entire table surrounded
by a "box" of "'+'", "'-'", and "'|'" characters. See the "ShowBoxTable"
manpage for details.
* Table
A simple tabular format, with columns automatically aligned, with column
titles. See the "ShowSimpleTable" manpage.
* List
A _list_ style, where columns of data are listed as a _name_:_value_
pair, one pair per line, with rows being one or more column values,
separated by an empty line. See the "ShowListTable" manpage.
* HTML
The data is output as an HTML _TABLE_, suitable for display through a
_Web_-client. See the "ShowHTMLTable" manpage. Input can either be plain
ASCII text, or text with embedded HTML elements, depending upon an
argument or global parameter.
The subroutines which perform these displays are listed below.