How to Install and Uninstall python3-colorlog Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-colorlog" package

This guide let you learn how to install python3-colorlog on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-colorlog

2. Uninstall "python3-colorlog" package

Please follow the guidelines below to uninstall python3-colorlog on openSUSE Leap:

$ sudo zypper remove python3-colorlog

3. Information about the python3-colorlog package on openSUSE Leap

Information for package python3-colorlog:
-----------------------------------------
Repository : Main Repository
Name : python3-colorlog
Version : 4.1.0-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 78.3 KiB
Installed : No
Status : not installed
Source package : python-colorlog-4.1.0-bp155.2.12.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.