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

Last updated: June 23,2024

1. Install "python2-PrettyTable" package

Please follow the step by step instructions below to install python2-PrettyTable on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-PrettyTable

2. Uninstall "python2-PrettyTable" package

Please follow the guidance below to uninstall python2-PrettyTable on openSUSE Leap:

$ sudo zypper remove python2-PrettyTable

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

Information for package python2-PrettyTable:
--------------------------------------------
Repository : Main Repository
Name : python2-PrettyTable
Version : 0.7.2-3.23
Arch : noarch
Vendor : SUSE LLC
Installed Size : 179,2 KiB
Installed : No
Status : not installed
Source package : python-PrettyTable-0.7.2-3.23.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.