How to Install and Uninstall python36-colorama Package on openSuSE Tumbleweed
Last updated: November 07,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python36-colorama" package
Learn how to install python36-colorama on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python36-colorama
Copied
2. Uninstall "python36-colorama" package
This is a short guide on how to uninstall python36-colorama on openSuSE Tumbleweed:
$
sudo zypper remove
python36-colorama
Copied
3. Information about the python36-colorama package on openSuSE Tumbleweed
Information for package python36-colorama:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-colorama
Version : 0.4.4-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 106,4 KiB
Installed : No
Status : not installed
Source package : python-colorama-0.4.4-1.5.src
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().
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-colorama
Version : 0.4.4-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 106,4 KiB
Installed : No
Status : not installed
Source package : python-colorama-0.4.4-1.5.src
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().