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

Last updated: July 05,2024

1. Install "python39-zope.cachedescriptors" package

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

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

2. Uninstall "python39-zope.cachedescriptors" package

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

$ sudo zypper remove python39-zope.cachedescriptors

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

Information for package python39-zope.cachedescriptors:
-------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-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.