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

Last updated: June 28,2024

1. Install "python-prettytable.src" package

Please follow the steps below to install python-prettytable.src on Oracle Linux 8

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

2. Uninstall "python-prettytable.src" package

This is a short guide on how to uninstall python-prettytable.src on Oracle Linux 8:

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

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

Last metadata expiration check: 6:10:18 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-prettytable
Version : 0.7.2
Release : 14.el8
Architecture : src
Size : 37 k
Source : None
Repository : ol8_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.