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

Last updated: June 23,2024

1. Install "python312-zope.cachedescriptors" package

Please follow the step by step instructions below to install python312-zope.cachedescriptors on openSuSE Tumbleweed

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

2. Uninstall "python312-zope.cachedescriptors" package

Here is a brief guide to show you how to uninstall python312-zope.cachedescriptors on openSuSE Tumbleweed:

$ sudo zypper remove python312-zope.cachedescriptors

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

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