How to Install and Uninstall python-colorama.noarch Package on Amazon Linux 2

Last updated: May 04,2024

1. Install "python-colorama.noarch" package

This tutorial shows how to install python-colorama.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-colorama.noarch

2. Uninstall "python-colorama.noarch" package

This guide let you learn how to uninstall python-colorama.noarch on Amazon Linux 2:

$ sudo yum remove python-colorama.noarch $ sudo yum autoremove

3. Information about the python-colorama.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-colorama
Arch : noarch
Version : 0.3.2
Release : 3.amzn2
Size : 25 k
Repo : amzn2-core/2/x86_64
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.