How to Install and Uninstall python3-tabulate.noarch Package on Rocky Linux 9
Last updated: November 25,2024
1. Install "python3-tabulate.noarch" package
Here is a brief guide to show you how to install python3-tabulate.noarch on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-tabulate.noarch
Copied
2. Uninstall "python3-tabulate.noarch" package
Please follow the guidelines below to uninstall python3-tabulate.noarch on Rocky Linux 9:
$
sudo dnf remove
python3-tabulate.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-tabulate.noarch package on Rocky Linux 9
Last metadata expiration check: 2:35:30 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-tabulate
Version : 0.8.10
Release : 11.el9
Architecture : noarch
Size : 52 k
Source : python-tabulate-0.8.10-11.el9.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
Available Packages
Name : python3-tabulate
Version : 0.8.10
Release : 11.el9
Architecture : noarch
Size : 52 k
Source : python-tabulate-0.8.10-11.el9.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