How to Install and Uninstall python3-debtcollector Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python3-debtcollector" package

This guide let you learn how to install python3-debtcollector on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python3-debtcollector

2. Uninstall "python3-debtcollector" package

This guide let you learn how to uninstall python3-debtcollector on openSuSE Tumbleweed:

$ sudo zypper remove python3-debtcollector

3. Information about the python3-debtcollector package on openSuSE Tumbleweed

Information for package python3-debtcollector:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python3-debtcollector
Version : 2.5.0-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 252.2 KiB
Installed : No
Status : not installed
Source package : python-debtcollector-2.5.0-1.7.src
Upstream URL : https://docs.openstack.org/debtcollector/latest/
Summary : A collection of Python deprecation patterns and strategies
Description :
A collection of Python deprecation patterns and strategies that help
you collect your technical debt in a non-destructive manner. The goal
of this library is to provide well documented developer facing
deprecation patterns that start of with a basic set and can expand
into a larger set of patterns as time goes on. The desired output of
these patterns is to apply the warnings module to emit
DeprecationWarning or PendingDeprecationWarning or similar derivative
to developers using libraries (or potentially applications) about
future deprecations.
This package contains the Python 3.x module.