How to Install and Uninstall python3-debtcollector Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-debtcollector" package

This guide let you learn how to install python3-debtcollector on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-debtcollector

2. Uninstall "python3-debtcollector" package

Please follow the steps below to uninstall python3-debtcollector on openSUSE Leap:

$ sudo zypper remove python3-debtcollector

3. Information about the python3-debtcollector package on openSUSE Leap

Information for package python3-debtcollector:
----------------------------------------------
Repository : Main Repository
Name : python3-debtcollector
Version : 2.0.1-8.4.6
Arch : noarch
Vendor : SUSE LLC
Installed Size : 175.5 KiB
Installed : No
Status : not installed
Source package : python-debtcollector-2.0.1-8.4.6.src
Upstream URL : https://docs.openstack.org/developer/debtcollector/
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.