How to Install and Uninstall python3-terminaltables.noarch Package on CentOS Stream 9

Last updated: June 03,2024

1. Install "python3-terminaltables.noarch" package

Please follow the steps below to install python3-terminaltables.noarch on CentOS Stream 9

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

2. Uninstall "python3-terminaltables.noarch" package

Please follow the steps below to uninstall python3-terminaltables.noarch on CentOS Stream 9:

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

3. Information about the python3-terminaltables.noarch package on CentOS Stream 9

Last metadata expiration check: 3:08:03 ago on Sat Mar 16 16:03:45 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.