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

Last updated: June 16,2024

1. Install "python3-terminaltables.noarch" package

This is a short guide on how to install python3-terminaltables.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-terminaltables.noarch" package

Please follow the instructions below to uninstall python3-terminaltables.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:39:04 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-terminaltables
Version : 3.1.10
Release : 7.el9
Architecture : noarch
Size : 32 k
Source : python-terminaltables-3.1.10-7.el9.src.rpm
Repository : epel
Summary : Generate tables in terminals from list of strings
URL : https://github.com/matthewdeanmartin/terminaltables
License : MIT
Description : Easily draw tables in terminal/console applications (written in
: Python) from a list of lists of strings. Supports multi-line rows.