How to Install and Uninstall python39-zope.deprecation Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python39-zope.deprecation" package

Learn how to install python39-zope.deprecation on openSuSE Tumbleweed

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

2. Uninstall "python39-zope.deprecation" package

Please follow the guidance below to uninstall python39-zope.deprecation on openSuSE Tumbleweed:

$ sudo zypper remove python39-zope.deprecation

3. Information about the python39-zope.deprecation package on openSuSE Tumbleweed

Information for package python39-zope.deprecation:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-zope.deprecation
Version : 5.0-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 71.8 KiB
Installed : No
Status : not installed
Source package : python-zope.deprecation-5.0-3.4.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.