How to Install and Uninstall python3-ratelimitingfilter.noarch Package on Fedora 38

Last updated: October 07,2024

1. Install "python3-ratelimitingfilter.noarch" package

In this section, we are going to explain the necessary steps to install python3-ratelimitingfilter.noarch on Fedora 38

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

2. Uninstall "python3-ratelimitingfilter.noarch" package

Please follow the guidance below to uninstall python3-ratelimitingfilter.noarch on Fedora 38:

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

3. Information about the python3-ratelimitingfilter.noarch package on Fedora 38

Last metadata expiration check: 1:36:28 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-ratelimitingfilter
Version : 1.5
Release : 5.fc38
Architecture : noarch
Size : 18 k
Source : python-ratelimitingfilter-1.5-5.fc38.src.rpm
Repository : fedora
Summary : A rate limiting filter for the Python logging system
URL : https://github.com/wkeeling/ratelimitingfilter
License : MIT
Description : The RateLimitingFilter is a filter for the Python logging system that allows
: you to restrict the rate at which messages can pass through your logging
: handlers. The filter can be useful if you're using a handler such as Python's
: logging.handlers.SMTPHandler to send error notification emails.
: Error notification emails provide a useful means of keeping an eye on.