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

Last updated: May 19,2024

1. Install "python3-debtcollector.noarch" package

Please follow the guidance below to install python3-debtcollector.noarch on Fedora 35

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

2. Uninstall "python3-debtcollector.noarch" package

Please follow the guidelines below to uninstall python3-debtcollector.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:10:45 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-debtcollector
Version : 2.2.0
Release : 6.fc35
Architecture : noarch
Size : 33 k
Source : python-debtcollector-2.2.0-6.fc35.src.rpm
Repository : fedora
Summary : A collection of Python deprecation patterns and strategies
URL : https://pypi.python.org/pypi/debtcollector
License : ASL 2.0
Description :
: It is a collection of functions/decorators which is used to signal a user when
: * a method (static method, class method, or regular instance method) or a class
: or function is going to be removed at some point in the future.
: * to move a instance method/property/class from an existing one to a new one
: * a keyword is renamed
: * further customizing the emitted messages