How to Install and Uninstall python3-texttable.noarch Package on CentOS Stream 9

Last updated: May 20,2024

1. Install "python3-texttable.noarch" package

Please follow the instructions below to install python3-texttable.noarch on CentOS Stream 9

$ 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 Stream 9:

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

3. Information about the python3-texttable.noarch package on CentOS Stream 9

Last metadata expiration check: 1:49:09 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-texttable
Version : 1.6.4
Release : 1.el9
Architecture : noarch
Size : 23 k
Source : python-texttable-1.6.4-1.el9.src.rpm
Repository : epel
Summary : Python module for creating simple ASCII tables
URL : https://github.com/foutaise/texttable
License : MIT
Description : Python module to generate a formatted text table, using ASCII characters.