How to Install and Uninstall python3-tabulate.noarch Package on CentOS Stream 8

Last updated: January 10,2025

1. Install "python3-tabulate.noarch" package

Please follow the guidance below to install python3-tabulate.noarch on CentOS Stream 8

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

2. Uninstall "python3-tabulate.noarch" package

This guide covers the steps necessary to uninstall python3-tabulate.noarch on CentOS Stream 8:

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

3. Information about the python3-tabulate.noarch package on CentOS Stream 8

Last metadata expiration check: 1:11:38 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-tabulate
Version : 0.8.10
Release : 2.el8
Architecture : noarch
Size : 56 k
Source : python-tabulate-0.8.10-2.el8.src.rpm
Repository : epel
Summary : Pretty-print tabular data in Python, a library and a command-line utility
URL : https://github.com/astanin/python-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