How to Install and Uninstall python3-debtcollector.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 12,2024

1. Install "python3-debtcollector.noarch" package

Please follow the guidelines below to install python3-debtcollector.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-debtcollector.noarch" package

This tutorial shows how to uninstall python3-debtcollector.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-debtcollector.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:07:54 ago on Mon Feb 26 07:04:30 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