How to Install and Uninstall python3-tabulate Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-tabulate" package

In this section, we are going to explain the necessary steps to install python3-tabulate on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-tabulate

2. Uninstall "python3-tabulate" package

Please follow the instructions below to uninstall python3-tabulate on openSUSE Leap:

$ sudo zypper remove python3-tabulate

3. Information about the python3-tabulate package on openSUSE Leap

Information for package python3-tabulate:
-----------------------------------------
Repository : Main Repository
Name : python3-tabulate
Version : 0.7.7-1.18
Arch : noarch
Vendor : SUSE LLC
Installed Size : 146.0 KiB
Installed : No
Status : not installed
Source package : python-tabulate-0.7.7-1.18.src
Upstream URL : https://bitbucket.org/astanin/python-tabulate
Summary : Pretty-print tabular data in Python
Description :
Pretty-print 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