How to Install and Uninstall python3-terminaltables.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "python3-terminaltables.noarch" package

This guide covers the steps necessary to install python3-terminaltables.noarch on Fedora 34

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

2. Uninstall "python3-terminaltables.noarch" package

Please follow the guidance below to uninstall python3-terminaltables.noarch on Fedora 34:

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

3. Information about the python3-terminaltables.noarch package on Fedora 34

Last metadata expiration check: 1:05:33 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-terminaltables
Version : 3.1.0
Release : 21.fc34
Architecture : noarch
Size : 32 k
Source : python-terminaltables-3.1.0-21.fc34.src.rpm
Repository : fedora
Summary : Generate tables in terminals from list of strings
URL : https://github.com/Robpol86/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.