How To Install python3-debtcollector on Fedora 36

In this tutorial we learn how to install python3-debtcollector in Fedora 36. python3-debtcollector is A collection of Python deprecation patterns and strategies

Introduction

In this tutorial we learn how to install python3-debtcollector on Fedora 36.

What is python3-debtcollector

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

We can use yum or dnf to install python3-debtcollector on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-debtcollector.

Install python3-debtcollector on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-debtcollector using dnf by running the following command:

sudo dnf -y install python3-debtcollector

Install python3-debtcollector on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-debtcollector using yum by running the following command:

sudo yum -y install python3-debtcollector

How To Uninstall python3-debtcollector on Fedora 36

To uninstall only the python3-debtcollector package we can use the following command:

sudo dnf remove python3-debtcollector

python3-debtcollector Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/debtcollector
/usr/lib/python3.10/site-packages/debtcollector-2.2.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/debtcollector-2.2.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/debtcollector-2.2.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/debtcollector-2.2.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/debtcollector-2.2.0-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/debtcollector-2.2.0-py3.10.egg-info/pbr.json
/usr/lib/python3.10/site-packages/debtcollector-2.2.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/debtcollector/__init__.py
/usr/lib/python3.10/site-packages/debtcollector/__pycache__
/usr/lib/python3.10/site-packages/debtcollector/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/debtcollector/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/debtcollector/__pycache__/_utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/debtcollector/__pycache__/_utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/debtcollector/__pycache__/moves.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/debtcollector/__pycache__/moves.cpython-310.pyc
/usr/lib/python3.10/site-packages/debtcollector/__pycache__/removals.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/debtcollector/__pycache__/removals.cpython-310.pyc
/usr/lib/python3.10/site-packages/debtcollector/__pycache__/renames.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/debtcollector/__pycache__/renames.cpython-310.pyc
/usr/lib/python3.10/site-packages/debtcollector/__pycache__/updating.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/debtcollector/__pycache__/updating.cpython-310.pyc
/usr/lib/python3.10/site-packages/debtcollector/_utils.py
/usr/lib/python3.10/site-packages/debtcollector/fixtures
/usr/lib/python3.10/site-packages/debtcollector/fixtures/__init__.py
/usr/lib/python3.10/site-packages/debtcollector/fixtures/__pycache__
/usr/lib/python3.10/site-packages/debtcollector/fixtures/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/debtcollector/fixtures/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/debtcollector/fixtures/__pycache__/disable.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/debtcollector/fixtures/__pycache__/disable.cpython-310.pyc
/usr/lib/python3.10/site-packages/debtcollector/fixtures/disable.py
/usr/lib/python3.10/site-packages/debtcollector/moves.py
/usr/lib/python3.10/site-packages/debtcollector/removals.py
/usr/lib/python3.10/site-packages/debtcollector/renames.py
/usr/lib/python3.10/site-packages/debtcollector/updating.py
/usr/share/doc/python3-debtcollector
/usr/share/doc/python3-debtcollector/CONTRIBUTING.rst
/usr/share/doc/python3-debtcollector/README.rst
/usr/share/licenses/python3-debtcollector
/usr/share/licenses/python3-debtcollector/LICENSE

References

Summary

In this tutorial we learn how to install python3-debtcollector on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).