How to Install and Uninstall python310-concurrentloghandler Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "python310-concurrentloghandler" package

In this section, we are going to explain the necessary steps to install python310-concurrentloghandler on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-concurrentloghandler

2. Uninstall "python310-concurrentloghandler" package

Learn how to uninstall python310-concurrentloghandler on openSuSE Tumbleweed:

$ sudo zypper remove python310-concurrentloghandler

3. Information about the python310-concurrentloghandler package on openSuSE Tumbleweed

Information for package python310-concurrentloghandler:
-------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-concurrentloghandler
Version : 0.9.19-2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 74.0 KiB
Installed : No
Status : not installed
Source package : python-concurrentloghandler-0.9.19-2.14.src
Upstream URL : https://github.com/Preston-Landers/concurrent-log-handler
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.