How to Install and Uninstall python310-tabulate Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "python310-tabulate" package
This tutorial shows how to install python310-tabulate on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-tabulate
Copied
2. Uninstall "python310-tabulate" package
This tutorial shows how to uninstall python310-tabulate on openSuSE Tumbleweed:
$
sudo zypper remove
python310-tabulate
Copied
3. Information about the python310-tabulate package on openSuSE Tumbleweed
Information for package python310-tabulate:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-tabulate
Version : 0.9.0-3.7
Arch : noarch
Vendor : openSUSE
Installed Size : 299.0 KiB
Installed : No
Status : not installed
Source package : python-tabulate-0.9.0-3.7.src
Upstream URL : https://bitbucket.org/astanin/python-tabulate
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
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-tabulate
Version : 0.9.0-3.7
Arch : noarch
Vendor : openSUSE
Installed Size : 299.0 KiB
Installed : No
Status : not installed
Source package : python-tabulate-0.9.0-3.7.src
Upstream URL : https://bitbucket.org/astanin/python-tabulate
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