How to Install and Uninstall python2-coloredlogs Package on openSUSE Leap
Last updated: November 07,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-coloredlogs" package
Please follow the step by step instructions below to install python2-coloredlogs on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-coloredlogs
Copied
2. Uninstall "python2-coloredlogs" package
Please follow the steps below to uninstall python2-coloredlogs on openSUSE Leap:
$
sudo zypper remove
python2-coloredlogs
Copied
3. Information about the python2-coloredlogs package on openSUSE Leap
Information for package python2-coloredlogs:
--------------------------------------------
Repository : Main Repository
Name : python2-coloredlogs
Version : 10.0-1.33
Arch : noarch
Vendor : SUSE LLC
Installed Size : 311,3 KiB
Installed : No
Status : not installed
Source package : python-coloredlogs-10.0-1.33.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.
--------------------------------------------
Repository : Main Repository
Name : python2-coloredlogs
Version : 10.0-1.33
Arch : noarch
Vendor : SUSE LLC
Installed Size : 311,3 KiB
Installed : No
Status : not installed
Source package : python-coloredlogs-10.0-1.33.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.