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

Last updated: May 15,2024

1. Install "python38-zope.deprecation" package

This is a short guide on how to install python38-zope.deprecation on openSuSE Tumbleweed

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

2. Uninstall "python38-zope.deprecation" package

This is a short guide on how to uninstall python38-zope.deprecation on openSuSE Tumbleweed:

$ sudo zypper remove python38-zope.deprecation

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

Information for package python38-zope.deprecation:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-zope.deprecation
Version : 4.4.0-4.1
Arch : noarch
Vendor : openSUSE
Installed Size : 102,7 KiB
Installed : No
Status : not installed
Source package : python-zope.deprecation-4.4.0-4.1.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.