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

Last updated: May 13,2024

1. Install "python39-concurrentloghandler" package

This guide let you learn how to install python39-concurrentloghandler on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-concurrentloghandler

2. Uninstall "python39-concurrentloghandler" package

This tutorial shows how to uninstall python39-concurrentloghandler on openSuSE Tumbleweed:

$ sudo zypper remove python39-concurrentloghandler

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

Information for package python39-concurrentloghandler:
------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-concurrentloghandler
Version : 0.9.19-2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 73.9 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.