How to Install and Uninstall python36-coloredlogs Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python36-coloredlogs" package

In this section, we are going to explain the necessary steps to install python36-coloredlogs on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-coloredlogs

2. Uninstall "python36-coloredlogs" package

Please follow the guidance below to uninstall python36-coloredlogs on openSuSE Tumbleweed:

$ sudo zypper remove python36-coloredlogs

3. Information about the python36-coloredlogs package on openSuSE Tumbleweed

Information for package python36-coloredlogs:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-coloredlogs
Version : 15.0.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 397,2 KiB
Installed : No
Status : not installed
Source package : python-coloredlogs-15.0.1-1.1.src
Summary : Colored terminal output for Python's logging module
Description :
The `coloredlogs` package enables colored terminal output for Python's logging_
module. The ColoredFormatter_ class inherits from `logging.Formatter`_ and uses
`ANSI escape sequences`_ to render your logging messages in color. It uses only
standard colors so it should work on any UNIX terminal. It's currently tested
on Python 2.6, 2.7, 3.4, 3.5 and PyPy. On Windows `coloredlogs` automatically
pulls in Colorama_ as a dependency and enables ANSI escape sequence translation
using Colorama.