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

Last updated: July 04,2024

1. Install "python312-colorlog" package

This tutorial shows how to install python312-colorlog on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-colorlog

2. Uninstall "python312-colorlog" package

Learn how to uninstall python312-colorlog on openSuSE Tumbleweed:

$ sudo zypper remove python312-colorlog

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

Information for package python312-colorlog:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-colorlog
Version : 6.8.2-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 52.7 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.