How to Install and Uninstall python3-colorama.noarch Package on Rocky Linux 8

Last updated: May 06,2024

1. Install "python3-colorama.noarch" package

In this section, we are going to explain the necessary steps to install python3-colorama.noarch on Rocky Linux 8

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

2. Uninstall "python3-colorama.noarch" package

Please follow the instructions below to uninstall python3-colorama.noarch on Rocky Linux 8:

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

3. Information about the python3-colorama.noarch package on Rocky Linux 8

Last metadata expiration check: 1:40:21 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-colorama
Version : 0.4.3
Release : 1.el8
Architecture : noarch
Size : 35 k
Source : python-colorama-0.4.3-1.el8.src.rpm
Repository : epel
Summary : Cross-platform colored terminal text
URL : http://pypi.python.org/pypi/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.
:
: Python 3 version.