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

Last updated: October 03,2024

1. Install "python3-colorama.noarch" package

Please follow the guidance below to install python3-colorama.noarch on CentOS Stream 9

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

2. Uninstall "python3-colorama.noarch" package

This guide covers the steps necessary to uninstall python3-colorama.noarch on CentOS Stream 9:

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

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

Last metadata expiration check: 3:09:03 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-colorama
Version : 0.4.4
Release : 12.el9
Architecture : noarch
Size : 35 k
Source : python-colorama-0.4.4-12.el9.src.rpm
Repository : epel
Summary : Cross-platform colored terminal text
URL : https://github.com/tartley/colorama
License : BSD
Description : Makes ANSI escape character sequences, for producing colored
: terminal text and cursor positioning, work under MS Windows.
:
: ANSI escape character sequences have long been used to produce colored terminal
: text and cursor positioning on Unix and Macs. Colorama makes this work on
: Windows, too.
: It also provides some shortcuts to help generate ANSI sequences, and works fine
: in conjunction with any other ANSI sequence generation library, such as
: Termcolor.