How to Install and Uninstall python38-tabulate Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python38-tabulate" package

Please follow the steps below to install python38-tabulate on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-tabulate

2. Uninstall "python38-tabulate" package

In this section, we are going to explain the necessary steps to uninstall python38-tabulate on openSuSE Tumbleweed:

$ sudo zypper remove python38-tabulate

3. Information about the python38-tabulate package on openSuSE Tumbleweed

Information for package python38-tabulate:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-tabulate
Version : 0.8.9-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 203,7 KiB
Installed : No
Status : not installed
Source package : python-tabulate-0.8.9-2.1.src
Summary : Pretty-printer for tabular data in Python
Description :
Pretty-printer for tabular data in Python.
The main use cases of the library are:
* printing small tables without hassle: just one function call,
formatting is guided by the data itself
* authoring tabular data for lightweight plain-text markup: multiple
output formats suitable for further editing or transformation
* readable presentation of mixed textual and numeric data: smart
column alignment, configurable number formatting, alignment by a
decimal point