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

Last updated: July 03,2024

1. Install "python311-zope.cachedescriptors" package

This is a short guide on how to install python311-zope.cachedescriptors on openSuSE Tumbleweed

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

2. Uninstall "python311-zope.cachedescriptors" package

This tutorial shows how to uninstall python311-zope.cachedescriptors on openSuSE Tumbleweed:

$ sudo zypper remove python311-zope.cachedescriptors

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

Information for package python311-zope.cachedescriptors:
--------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-zope.cachedescriptors
Version : 5.0-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 53.8 KiB
Installed : No
Status : not installed
Source package : python-zope.cachedescriptors-5.0-2.4.src
Upstream URL : https://github.com/zopefoundation/zope.cachedescriptors
Summary : Method and property caching decorators
Description :
Cached descriptors cache their output. They take into account
instance attributes that they depend on, so when the instance
attributes change, the descriptors will change the values they
return.
Cached descriptors cache their data in _v_ attributes, so they are
also useful for managing the computation of volatile attributes for
persistent objects.