How to Install and Uninstall python310-coloredlogs Package on openSuSE Tumbleweed
Last updated: February 03,2025
1. Install "python310-coloredlogs" package
Learn how to install python310-coloredlogs on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-coloredlogs
Copied
2. Uninstall "python310-coloredlogs" package
Please follow the guidance below to uninstall python310-coloredlogs on openSuSE Tumbleweed:
$
sudo zypper remove
python310-coloredlogs
Copied
3. Information about the python310-coloredlogs package on openSuSE Tumbleweed
Information for package python310-coloredlogs:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-coloredlogs
Version : 15.0.1-4.5
Arch : noarch
Vendor : openSUSE
Installed Size : 321.2 KiB
Installed : No
Status : not installed
Source package : python-coloredlogs-15.0.1-4.5.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.
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-coloredlogs
Version : 15.0.1-4.5
Arch : noarch
Vendor : openSUSE
Installed Size : 321.2 KiB
Installed : No
Status : not installed
Source package : python-coloredlogs-15.0.1-4.5.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.