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

Last updated: October 27,2024

1. Install "python3-circuitbreaker.noarch" package

This tutorial shows how to install python3-circuitbreaker.noarch on Fedora 38

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

2. Uninstall "python3-circuitbreaker.noarch" package

Please follow the guidance below to uninstall python3-circuitbreaker.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:49:20 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-circuitbreaker
Version : 2.0.0
Release : 2.fc38
Architecture : noarch
Size : 21 k
Source : python-circuitbreaker-2.0.0-2.fc38.src.rpm
Repository : updates
Summary : Python "Circuit Breaker" implementation
URL : https://github.com/fabfuel/circuitbreaker
License : BSD-3-Clause
Description : This is a Python implementation of the "Circuit Breaker" Pattern.