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

Last updated: June 30,2024

1. Install "python310-zope.cachedescriptors" package

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

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

2. Uninstall "python310-zope.cachedescriptors" package

Please follow the guidelines below to uninstall python310-zope.cachedescriptors on openSuSE Tumbleweed:

$ sudo zypper remove python310-zope.cachedescriptors

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

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