How to Install and Uninstall python311-colorama Package on openSUSE Leap

Last updated: February 01,2025

1. Install "python311-colorama" package

This guide let you learn how to install python311-colorama on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python311-colorama

2. Uninstall "python311-colorama" package

Learn how to uninstall python311-colorama on openSUSE Leap:

$ sudo zypper remove python311-colorama

3. Information about the python311-colorama package on openSUSE Leap

Information for package python311-colorama:
-------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-colorama
Version : 0.4.6-150400.5.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 212.6 KiB
Installed : No
Status : not installed
Source package : python-colorama-0.4.6-150400.5.3.1.src
Upstream URL : https://github.com/tartley/colorama
Summary : Cross-platform colored terminal text
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.
This has the upshot of providing a simple cross-platform API for printing
colored terminal text from Python, and has the happy side-effect that existing
applications or libraries which use ANSI sequences to produce colored output on
Linux or Macs can now also work on Windows, simply by calling colorama.init().

5. The same packages on other Linux Distributions