How to Install and Uninstall python3-texttable.noarch Package on CentOS 8 / RHEL 8

Last updated: May 06,2024

1. Install "python3-texttable.noarch" package

This is a short guide on how to install python3-texttable.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-texttable.noarch" package

Please follow the step by step instructions below to uninstall python3-texttable.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-texttable.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:07:49 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-texttable
Version : 1.6.2
Release : 5.el8
Architecture : noarch
Size : 26 k
Source : python-texttable-1.6.2-5.el8.src.rpm
Repository : epel
Summary : Python module to generate a formatted text table, using ASCII characters
URL : https://github.com/foutaise/texttable
License : MIT
Description : Python module to generate a formatted text table, using ASCII characters.