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

Last updated: May 03,2024

1. Install "python3-beautifultable.noarch" package

Please follow the guidelines below to install python3-beautifultable.noarch on CentOS Stream 8

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

2. Uninstall "python3-beautifultable.noarch" package

This guide let you learn how to uninstall python3-beautifultable.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 4:41:00 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-beautifultable
Version : 0.8.0
Release : 2.el8
Architecture : noarch
Size : 46 k
Source : python-beautifultable-0.8.0-2.el8.src.rpm
Repository : epel
Summary : Print ASCII tables for terminals
URL : https://github.com/pri22296/beautifultable
License : MIT
Description : This package provides the BeautifulTable class for easily printing tabular data
: in a visually appealing ASCII format to a terminal.
:
: Features included but not limited to:
:
: - Full customization of the look and feel of the table
: - Build the Table as you wish, By adding rows, or by columns or even mixing both
: these approaches
: - Full support for colors using ANSI sequences or any library of your choice
: - Plenty of predefined styles for multiple use cases and option to create
: custom ones
: - Support for Unicode characters