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

Last updated: November 28,2024

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

This guide let you learn how to install python3-token-bucket.noarch on Fedora 38

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

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

This guide covers the steps necessary to uninstall python3-token-bucket.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:57:59 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-token-bucket
Version : 0.3.0
Release : 3.fc38
Architecture : noarch
Size : 24 k
Source : python-token-bucket-0.3.0-3.fc38.src.rpm
Repository : fedora
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.