How to Install and Uninstall python3-ratelimiter.noarch Package on Fedora 36

Last updated: January 11,2025

1. Install "python3-ratelimiter.noarch" package

Please follow the step by step instructions below to install python3-ratelimiter.noarch on Fedora 36

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

2. Uninstall "python3-ratelimiter.noarch" package

Please follow the guidelines below to uninstall python3-ratelimiter.noarch on Fedora 36:

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

3. Information about the python3-ratelimiter.noarch package on Fedora 36

Last metadata expiration check: 1:34:28 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-ratelimiter
Version : 1.2.0
Release : 6.post0.fc36
Architecture : noarch
Size : 18 k
Source : python-ratelimiter-1.2.0-6.post0.fc36.src.rpm
Repository : fedora
Summary : Python module providing rate limiting
URL : https://pypi.python.org/pypi/ratelimiter
License : ASL 2.0
Description : This package provides the ratelimiter module, which ensures that an operation
: will not be executed more than a given number of times on a given period. This
: can prove useful when working with third parties APIs which require for example
: a maximum of 10 requests per second.