How to Install and Uninstall python3-concurrentloghandler.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-concurrentloghandler.noarch" package

Learn how to install python3-concurrentloghandler.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-concurrentloghandler.noarch

2. Uninstall "python3-concurrentloghandler.noarch" package

Please follow the steps below to uninstall python3-concurrentloghandler.noarch on Fedora 34:

$ sudo dnf remove python3-concurrentloghandler.noarch $ sudo dnf autoremove

3. Information about the python3-concurrentloghandler.noarch package on Fedora 34

Last metadata expiration check: 0:06:49 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-concurrentloghandler
Version : 0.9.1
Release : 17.fc34
Architecture : noarch
Size : 25 k
Source : python-concurrentloghandler-0.9.1-17.fc34.src.rpm
Repository : fedora
Summary : Concurrent logging handler (drop-in replacement for RotatingFileHandler)
URL : http://pypi.python.org/pypi/ConcurrentLogHandler/
License : ASL 2.0
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.
:
: Python 3 version.