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

Last updated: October 04,2024

1. Install "python3-terminaltables.noarch" package

This guide let you learn how to install python3-terminaltables.noarch on Fedora 35

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

2. Uninstall "python3-terminaltables.noarch" package

This tutorial shows how to uninstall python3-terminaltables.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:30:50 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-terminaltables
Version : 3.1.0
Release : 23.fc35
Architecture : noarch
Size : 31 k
Source : python-terminaltables-3.1.0-23.fc35.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.