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

Last updated: February 17,2025

1. Install "python3-coloredlogs" package

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

$ sudo zypper refresh $ sudo zypper install python3-coloredlogs

2. Uninstall "python3-coloredlogs" package

Please follow the step by step instructions below to uninstall python3-coloredlogs on openSUSE Leap:

$ sudo zypper remove python3-coloredlogs

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

Information for package python3-coloredlogs:
--------------------------------------------
Repository : Main Repository
Name : python3-coloredlogs
Version : 10.0-1.33
Arch : noarch
Vendor : SUSE LLC
Installed Size : 363.6 KiB
Installed : No
Status : not installed
Source package : python-coloredlogs-10.0-1.33.src
Upstream URL : https://github.com/xolox/python-coloredlogs
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.