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

Last updated: April 28,2024

1. Install "python3-concurrentloghandler" package

Here is a brief guide to show you how to install python3-concurrentloghandler on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-concurrentloghandler

2. Uninstall "python3-concurrentloghandler" package

Please follow the steps below to uninstall python3-concurrentloghandler on openSUSE Leap:

$ sudo zypper remove python3-concurrentloghandler

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

Information for package python3-concurrentloghandler:
-----------------------------------------------------
Repository : Main Repository
Name : python3-concurrentloghandler
Version : 0.9.1-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 58.5 KiB
Installed : No
Status : not installed
Source package : python-concurrentloghandler-0.9.1-bp155.2.10.src
Upstream URL : http://pypi.python.org/pypi/ConcurrentLogHandler
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.