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

Last updated: May 20,2024

1. Install "python3-zope.deprecation" package

Please follow the guidelines below to install python3-zope.deprecation on openSUSE Leap

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

2. Uninstall "python3-zope.deprecation" package

Learn how to uninstall python3-zope.deprecation on openSUSE Leap:

$ sudo zypper remove python3-zope.deprecation

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

Information for package python3-zope.deprecation:
-------------------------------------------------
Repository : Main Repository
Name : python3-zope.deprecation
Version : 4.4.0-bp155.2.15
Arch : noarch
Vendor : openSUSE
Installed Size : 80.5 KiB
Installed : No
Status : not installed
Source package : python-zope.deprecation-4.4.0-bp155.2.15.src
Upstream URL : https://pypi.python.org/pypi/zope.deprecation
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.