How to Install and Uninstall python3-colorclass Package on openSUSE Leap

Last updated: July 02,2024

1. Install "python3-colorclass" package

Please follow the guidance below to install python3-colorclass on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-colorclass

2. Uninstall "python3-colorclass" package

This guide covers the steps necessary to uninstall python3-colorclass on openSUSE Leap:

$ sudo zypper remove python3-colorclass

3. Information about the python3-colorclass package on openSUSE Leap

Information for package python3-colorclass:
-------------------------------------------
Repository : Main Repository
Name : python3-colorclass
Version : 2.2.0-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 147.9 KiB
Installed : No
Status : not installed
Source package : python-colorclass-2.2.0-bp155.2.12.src
Upstream URL : https://github.com/Robpol86/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`.
* Python 2.6, 2.7, PyPy, PyPy3, 3.3, 3.4, and 3.5 are supported