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

Last updated: November 26,2024

1. Install "python3-ratelimiter.noarch" package

This guide covers the steps necessary to install python3-ratelimiter.noarch on Fedora 35

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

2. Uninstall "python3-ratelimiter.noarch" package

Here is a brief guide to show you how to uninstall python3-ratelimiter.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:55:19 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-ratelimiter
Version : 1.2.0
Release : 5.post0.fc35
Architecture : noarch
Size : 18 k
Source : python-ratelimiter-1.2.0-5.post0.fc35.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.