How to Install and Uninstall python-prettytable.noarch Package on Amazon Linux 2

Last updated: November 28,2024

1. Install "python-prettytable.noarch" package

This tutorial shows how to install python-prettytable.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-prettytable.noarch

2. Uninstall "python-prettytable.noarch" package

This is a short guide on how to uninstall python-prettytable.noarch on Amazon Linux 2:

$ sudo yum remove python-prettytable.noarch $ sudo yum autoremove

3. Information about the python-prettytable.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-prettytable
Arch : noarch
Version : 0.7.2
Release : 3.amzn2
Size : 37 k
Repo : amzn2-core/2/x86_64
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.