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

Last updated: May 19,2024

1. Install "python3-token-bucket.noarch" package

Please follow the instructions below to install python3-token-bucket.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-token-bucket.noarch

2. Uninstall "python3-token-bucket.noarch" package

This guide let you learn how to uninstall python3-token-bucket.noarch on Fedora 35:

$ sudo dnf remove python3-token-bucket.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:45:04 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-token-bucket
Version : 0.3.0
Release : 1.fc35
Architecture : noarch
Size : 19 k
Source : python-token-bucket-0.3.0-1.fc35.src.rpm
Repository : updates
Summary : A Token Bucket implementation
URL : https://github.com/falconry/token-bucket
License : ASL 2.0
Description : The token-bucket package provides an implementation of the token bucket
: algorithm suitable for use in web applications for shaping or policing
: request rates. This implementation does not require the use of an independent
: timer thread to manage the bucket state.