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

Last updated: May 18,2024

1. Install "python38-prettytable" package

Here is a brief guide to show you how to install python38-prettytable on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-prettytable

2. Uninstall "python38-prettytable" package

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

$ sudo zypper remove python38-prettytable

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

Information for package python38-prettytable:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-prettytable
Version : 2.4.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 263,8 KiB
Installed : No
Status : not installed
Source package : python-prettytable-2.4.0-1.1.src
Summary : Library for displaying tabular data in formatted fashion
Description :
PrettyTable is a Python library for representing tabular data in
ASCII tables, inspired by the tables emitted by the PostgreSQL shell,
psql. PrettyTable allows for selection of which columns are to be
printed, independent alignment of columns (left or right justified or
centred) and printing of "sub-tables" by specifying a row range.