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

Last updated: May 05,2024

1. Install "python38-colorlog" package

Please follow the steps below to install python38-colorlog on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-colorlog

2. Uninstall "python38-colorlog" package

Here is a brief guide to show you how to uninstall python38-colorlog on openSuSE Tumbleweed:

$ sudo zypper remove python38-colorlog

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

Information for package python38-colorlog:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-colorlog
Version : 5.0.1-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 54,0 KiB
Installed : No
Status : not installed
Source package : python-colorlog-5.0.1-1.2.src
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.