How to Install and Uninstall python3-prettytable.noarch Package on Rocky Linux 9
Last updated: November 02,2024
1. Install "python3-prettytable.noarch" package
Here is a brief guide to show you how to install python3-prettytable.noarch on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-prettytable.noarch
Copied
2. Uninstall "python3-prettytable.noarch" package
Please follow the guidelines below to uninstall python3-prettytable.noarch on Rocky Linux 9:
$
sudo dnf remove
python3-prettytable.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-prettytable.noarch package on Rocky Linux 9
Last metadata expiration check: 2:31:52 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-prettytable
Version : 0.7.2
Release : 27.el9
Architecture : noarch
Size : 41 k
Source : python-prettytable-0.7.2-27.el9.src.rpm
Repository : 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.
Available Packages
Name : python3-prettytable
Version : 0.7.2
Release : 27.el9
Architecture : noarch
Size : 41 k
Source : python-prettytable-0.7.2-27.el9.src.rpm
Repository : 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.