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

Last updated: June 26,2024

1. Install "python310-colorlog" package

Here is a brief guide to show you how to install python310-colorlog on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-colorlog

2. Uninstall "python310-colorlog" package

This guide covers the steps necessary to uninstall python310-colorlog on openSuSE Tumbleweed:

$ sudo zypper remove python310-colorlog

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

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