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

Last updated: July 03,2024

1. Install "python312-zope.deprecation" package

This tutorial shows how to install python312-zope.deprecation on openSuSE Tumbleweed

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

2. Uninstall "python312-zope.deprecation" package

This tutorial shows how to uninstall python312-zope.deprecation on openSuSE Tumbleweed:

$ sudo zypper remove python312-zope.deprecation

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

Information for package python312-zope.deprecation:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-zope.deprecation
Version : 5.0-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 89.5 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.