How to Install and Uninstall python3-prettytable.noarch Package on Fedora 35

Last updated: November 29,2024

1. Install "python3-prettytable.noarch" package

This tutorial shows how to install python3-prettytable.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-prettytable.noarch

2. Uninstall "python3-prettytable.noarch" package

This is a short guide on how to uninstall python3-prettytable.noarch on Fedora 35:

$ sudo dnf remove python3-prettytable.noarch $ sudo dnf autoremove

3. Information about the python3-prettytable.noarch package on Fedora 35

Last metadata expiration check: 1:48:17 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-prettytable
Version : 0.7.2
Release : 27.fc35
Architecture : noarch
Size : 42 k
Source : python-prettytable-0.7.2-27.fc35.src.rpm
Repository : fedora
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.