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

Last updated: September 21,2024

1. Install "python3-ratelimiter.noarch" package

Please follow the guidelines below to install python3-ratelimiter.noarch on Fedora 34

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

2. Uninstall "python3-ratelimiter.noarch" package

This tutorial shows how to uninstall python3-ratelimiter.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:15:42 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-ratelimiter
Version : 1.2.0
Release : 5.post0.fc34
Architecture : noarch
Size : 18 k
Source : python-ratelimiter-1.2.0-5.post0.fc34.src.rpm
Repository : updates
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.