How to Install and Uninstall python3-debtcollector.noarch Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "python3-debtcollector.noarch" package

This is a short guide on how to install python3-debtcollector.noarch on AlmaLinux 9

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

2. Uninstall "python3-debtcollector.noarch" package

Learn how to uninstall python3-debtcollector.noarch on AlmaLinux 9:

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

3. Information about the python3-debtcollector.noarch package on AlmaLinux 9

Last metadata expiration check: 0:47:45 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-debtcollector
Version : 2.5.0
Release : 4.el9
Architecture : noarch
Size : 32 k
Source : python-debtcollector-2.5.0-4.el9.src.rpm
Repository : epel
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