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

Last updated: May 18,2024

1. Install "python38-zope.cachedescriptors" package

This guide let you learn how to install python38-zope.cachedescriptors on openSuSE Tumbleweed

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

2. Uninstall "python38-zope.cachedescriptors" package

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

$ sudo zypper remove python38-zope.cachedescriptors

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

Information for package python38-zope.cachedescriptors:
-------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-zope.cachedescriptors
Version : 4.3.1-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 47,6 KiB
Installed : No
Status : not installed
Source package : python-zope.cachedescriptors-4.3.1-3.1.src
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.