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

Last updated: October 06,2024

1. Install "python311-zope.deprecation" package

In this section, we are going to explain the necessary steps to install python311-zope.deprecation on openSuSE Tumbleweed

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

2. Uninstall "python311-zope.deprecation" package

This guide let you learn how to uninstall python311-zope.deprecation on openSuSE Tumbleweed:

$ sudo zypper remove python311-zope.deprecation

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

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