How to Install and Uninstall python3-plaintable.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: May 20,2024

1. Install "python3-plaintable.noarch" package

Please follow the steps below to install python3-plaintable.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-plaintable.noarch" package

This guide covers the steps necessary to uninstall python3-plaintable.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-plaintable.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:45:10 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-plaintable
Version : 0.1.1
Release : 17.el8
Architecture : noarch
Size : 17 k
Source : python-plaintable-0.1.1-17.el8.src.rpm
Repository : epel
Summary : A Python module to build plain text tables
URL : https://git.sr.ht./~rumpelsepp/plaintable
License : MIT
Description : Plaintable is a very simple Python 3 library to build plain text tables.
: It has been created to provide a very lightweight and clear interface for
: generating plain text tables. Some data can be customized e.g. alignment,
: padding and floatprecision. Every data item is to be converted to string
: automatically.