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

Last updated: May 15,2024

1. Install "python3-PrettyTable" package

Please follow the guidance below to install python3-PrettyTable on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-PrettyTable

2. Uninstall "python3-PrettyTable" package

Please follow the guidelines below to uninstall python3-PrettyTable on openSUSE Leap:

$ sudo zypper remove python3-PrettyTable

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

Information for package python3-PrettyTable:
--------------------------------------------
Repository : Main Repository
Name : python3-PrettyTable
Version : 0.7.2-3.23
Arch : noarch
Vendor : SUSE LLC
Installed Size : 167.8 KiB
Installed : No
Status : not installed
Source package : python-PrettyTable-0.7.2-3.23.src
Upstream URL : https://prettytable.googlecode.com/files/prettytable-0.7.2.tar.bz2
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.