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

Last updated: October 09,2024

1. Install "python3-tabulate.noarch" package

Please follow the instructions below to install python3-tabulate.noarch on Fedora 35

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

2. Uninstall "python3-tabulate.noarch" package

Please follow the instructions below to uninstall python3-tabulate.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:31:06 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-tabulate
Version : 0.8.9
Release : 2.fc35
Architecture : noarch
Size : 49 k
Source : python-tabulate-0.8.9-2.fc35.src.rpm
Repository : fedora
Summary : Pretty-print tabular data in Python, a library and a command-line utility
URL : https://pypi.python.org/pypi/tabulate
License : MIT
Description : The main use cases of the library are:
:
: * printing small tables without hassle: just one function call, formatting is
: guided by the data itself
: * authoring tabular data for lightweight plain-text markup: multiple output
: formats suitable for further editing or transformation
: * readable presentation of mixed textual and numeric data: smart column
: alignment, configurable number formatting, alignment by a decimal point
:
: Python 3 version.