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

Last updated: May 19,2024

1. Install "python3-termcolor.noarch" package

This tutorial shows how to install python3-termcolor.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-termcolor.noarch" package

Here is a brief guide to show you how to uninstall python3-termcolor.noarch on CentOS 8 / RHEL 8:

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

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

Last metadata expiration check: 1 day, 8:07:36 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-termcolor
Version : 1.1.0
Release : 24.el8
Architecture : noarch
Size : 15 k
Source : python-termcolor-1.1.0-24.el8.src.rpm
Repository : epel
Summary : ANSI Color formatting for output in terminal
URL : http://pypi.python.org/pypi/termcolor/1.1.0
License : MIT
Description : A Python 3 version of ANSI Color formatting for output in terminal.