How to Install and Uninstall python311-coloredlogs Package on openSUSE Leap
Last updated: November 23,2024
1. Install "python311-coloredlogs" package
This guide covers the steps necessary to install python311-coloredlogs on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-coloredlogs
Copied
2. Uninstall "python311-coloredlogs" package
This guide covers the steps necessary to uninstall python311-coloredlogs on openSUSE Leap:
$
sudo zypper remove
python311-coloredlogs
Copied
3. Information about the python311-coloredlogs package on openSUSE Leap
Information for package python311-coloredlogs:
----------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-coloredlogs
Version : 15.0.1-150400.9.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 382.2 KiB
Installed : No
Status : not installed
Source package : python-coloredlogs-15.0.1-150400.9.3.1.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 : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-coloredlogs
Version : 15.0.1-150400.9.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 382.2 KiB
Installed : No
Status : not installed
Source package : python-coloredlogs-15.0.1-150400.9.3.1.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.