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

Last updated: May 20,2024

1. Install "python38-concurrentloghandler" package

This tutorial shows how to install python38-concurrentloghandler on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-concurrentloghandler

2. Uninstall "python38-concurrentloghandler" package

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

$ sudo zypper remove python38-concurrentloghandler

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

Information for package python38-concurrentloghandler:
------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-concurrentloghandler
Version : 0.9.19-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 94,3 KiB
Installed : No
Status : not installed
Source package : python-concurrentloghandler-0.9.19-2.2.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.