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

Last updated: May 18,2024

1. Install "python39-colorlog" package

Please follow the step by step instructions below to install python39-colorlog on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-colorlog

2. Uninstall "python39-colorlog" package

Please follow the guidelines below to uninstall python39-colorlog on openSuSE Tumbleweed:

$ sudo zypper remove python39-colorlog

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

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