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

Last updated: July 05,2024

1. Install "python2-deprecation" package

Please follow the guidance below to install python2-deprecation on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-deprecation

2. Uninstall "python2-deprecation" package

This guide covers the steps necessary to uninstall python2-deprecation on openSUSE Leap:

$ sudo zypper remove python2-deprecation

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

Information for package python2-deprecation:
--------------------------------------------
Repository : Main Repository
Name : python2-deprecation
Version : 1.0.1-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 44,6 KiB
Installed : No
Status : not installed
Source package : python-deprecation-1.0.1-bp153.1.16.src
Summary : A library to handle automated deprecations
Description :
The `deprecation` library provides a `deprecated` decorator and a
`fail_if_not_removed` decorator for your tests. Together, the two
enable the automation of several things: