How to Install and Uninstall python311-colorlog Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "python311-colorlog" package

Please follow the guidelines below to install python311-colorlog on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-colorlog

2. Uninstall "python311-colorlog" package

Please follow the step by step instructions below to uninstall python311-colorlog on openSuSE Tumbleweed:

$ sudo zypper remove python311-colorlog

3. Information about the python311-colorlog package on openSuSE Tumbleweed

Information for package python311-colorlog:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-colorlog
Version : 6.8.2-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 54.3 KiB
Installed : No
Status : not installed
Source package : python-colorlog-6.8.2-1.4.src
Upstream URL : https://github.com/borntyping/python-colorlog
Summary : Log formatting with colors
Description :
colorlog.ColoredFormatter is a formatter for use with Python's logging module.
It allows colors to be placed in the format string, which is mostly useful
when paired with a StreamHandler that is outputting to a terminal.
This is accomplished by added a set of terminal color codes to the record
before it is used to format the string.