How to Install and Uninstall python310-colorclass Package on openSuSE Tumbleweed

Last updated: June 27,2024

1. Install "python310-colorclass" package

In this section, we are going to explain the necessary steps to install python310-colorclass on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-colorclass

2. Uninstall "python310-colorclass" package

In this section, we are going to explain the necessary steps to uninstall python310-colorclass on openSuSE Tumbleweed:

$ sudo zypper remove python310-colorclass

3. Information about the python310-colorclass package on openSuSE Tumbleweed

Information for package python310-colorclass:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-colorclass
Version : 2.2.2-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 111.5 KiB
Installed : No
Status : not installed
Source package : python-colorclass-2.2.2-2.5.src
Upstream URL : https://github.com/matthewdeanmartin/colorclass/
Summary : ANSI text color library for Python
Description :
Yet another ANSI color text library for Python. It provides "auto
colors" for dark/light terminals.
In Python 2.x, this library subclasses `unicode`, while on
Python 3.x, it subclasses `str`.