How to Install and Uninstall python-prettytable.src Package on Oracle Linux 9

Last updated: May 02,2024

1. Install "python-prettytable.src" package

This guide let you learn how to install python-prettytable.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-prettytable.src

2. Uninstall "python-prettytable.src" package

Here is a brief guide to show you how to uninstall python-prettytable.src on Oracle Linux 9:

$ sudo dnf remove python-prettytable.src $ sudo dnf autoremove

3. Information about the python-prettytable.src package on Oracle Linux 9

Last metadata expiration check: 2:24:44 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-prettytable
Version : 0.7.2
Release : 27.el9
Architecture : src
Size : 35 k
Source : None
Repository : ol9_appstream
Summary : Python library to display tabular data in tables
URL : http://pypi.python.org/pypi/PrettyTable
License : BSD
Description : PrettyTable is a simple Python library designed to make it quick and easy to
: represent tabular data in visually appealing ASCII tables. It was inspired by
: the ASCII tables used in 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.