How To Install python3-beautifultable on Fedora 36

In this tutorial we learn how to install python3-beautifultable in Fedora 36. python3-beautifultable is Print ASCII tables for terminals

Introduction

In this tutorial we learn how to install python3-beautifultable on Fedora 36.

What is python3-beautifultable

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

We can use yum or dnf to install python3-beautifultable on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-beautifultable.

Install python3-beautifultable on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-beautifultable using dnf by running the following command:

sudo dnf -y install python3-beautifultable

Install python3-beautifultable on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-beautifultable using yum by running the following command:

sudo yum -y install python3-beautifultable

How To Uninstall python3-beautifultable on Fedora 36

To uninstall only the python3-beautifultable package we can use the following command:

sudo dnf remove python3-beautifultable

python3-beautifultable Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/beautifultable
/usr/lib/python3.10/site-packages/beautifultable-1.0.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/beautifultable-1.0.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/beautifultable-1.0.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/beautifultable-1.0.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/beautifultable-1.0.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/beautifultable-1.0.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/beautifultable/__init__.py
/usr/lib/python3.10/site-packages/beautifultable/__pycache__
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/__version__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/__version__.cpython-310.pyc
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/ansi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/ansi.cpython-310.pyc
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/beautifultable.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/beautifultable.cpython-310.pyc
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/enums.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/enums.cpython-310.pyc
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/helpers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/helpers.cpython-310.pyc
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/meta.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/meta.cpython-310.pyc
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/styles.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/styles.cpython-310.pyc
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/beautifultable/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/beautifultable/__version__.py
/usr/lib/python3.10/site-packages/beautifultable/ansi.py
/usr/lib/python3.10/site-packages/beautifultable/base.py
/usr/lib/python3.10/site-packages/beautifultable/beautifultable.py
/usr/lib/python3.10/site-packages/beautifultable/compat.py
/usr/lib/python3.10/site-packages/beautifultable/enums.py
/usr/lib/python3.10/site-packages/beautifultable/helpers.py
/usr/lib/python3.10/site-packages/beautifultable/meta.py
/usr/lib/python3.10/site-packages/beautifultable/styles.py
/usr/lib/python3.10/site-packages/beautifultable/utils.py
/usr/share/doc/python3-beautifultable
/usr/share/doc/python3-beautifultable/README.rst
/usr/share/licenses/python3-beautifultable
/usr/share/licenses/python3-beautifultable/LICENSE.txt

References

Summary

In this tutorial we learn how to install python3-beautifultable on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).