How to Install and Uninstall python2-concurrentloghandler Package on openSUSE Leap

Last updated: November 22,2024

1. Install "python2-concurrentloghandler" package

This tutorial shows how to install python2-concurrentloghandler on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-concurrentloghandler

2. Uninstall "python2-concurrentloghandler" package

This guide covers the steps necessary to uninstall python2-concurrentloghandler on openSUSE Leap:

$ sudo zypper remove python2-concurrentloghandler

3. Information about the python2-concurrentloghandler package on openSUSE Leap

Information for package python2-concurrentloghandler:
-----------------------------------------------------
Repository : Main Repository
Name : python2-concurrentloghandler
Version : 0.9.1-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 48,9 KiB
Installed : No
Status : not installed
Source package : python-concurrentloghandler-0.9.1-bp153.1.15.src
Summary : Concurrent logging handler
Description :
This module provides an additional log handler for Python's
standard logging package (PEP 282). This handler will write log
events to log file which is rotated when the log file reaches
a certain size. Multiple processes can safely write to the same
log file concurrently.