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

Last updated: May 02,2024

1. Install "python2-zope.deprecation" package

Please follow the instructions below to install python2-zope.deprecation on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-zope.deprecation

2. Uninstall "python2-zope.deprecation" package

Please follow the step by step instructions below to uninstall python2-zope.deprecation on openSUSE Leap:

$ sudo zypper remove python2-zope.deprecation

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

Information for package python2-zope.deprecation:
-------------------------------------------------
Repository : Main Repository
Name : python2-zope.deprecation
Version : 4.4.0-bp153.1.22
Arch : noarch
Vendor : openSUSE
Installed Size : 81,0 KiB
Installed : No
Status : not installed
Source package : python-zope.deprecation-4.4.0-bp153.1.22.src
Summary : Zope Deprecation Infrastructure
Description :
When we started working on Zope 3.1, we noticed that the hardest part of the
development process was to ensure backward-compatibility and correctly mark
deprecated modules, classes, functions, methods and properties. This package
provides a simple function called 'deprecated(names, reason)' to deprecate the
previously mentioned Python objects.