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

Last updated: May 20,2024

1. Install "python2-debtcollector" package

This guide covers the steps necessary to install python2-debtcollector on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-debtcollector

2. Uninstall "python2-debtcollector" package

Please follow the guidelines below to uninstall python2-debtcollector on openSUSE Leap:

$ sudo zypper remove python2-debtcollector

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

Information for package python2-debtcollector:
----------------------------------------------
Repository : Main Repository
Name : python2-debtcollector
Version : 1.19.0-2.22
Arch : noarch
Vendor : SUSE LLC
Installed Size : 199,8 KiB
Installed : No
Status : not installed
Source package : python-debtcollector-1.19.0-2.22.src
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.