How to Install and Uninstall python3-zope.cachedescriptors Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-zope.cachedescriptors" package

Please follow the step by step instructions below to install python3-zope.cachedescriptors on openSUSE Leap

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

2. Uninstall "python3-zope.cachedescriptors" package

Please follow the steps below to uninstall python3-zope.cachedescriptors on openSUSE Leap:

$ sudo zypper remove python3-zope.cachedescriptors

3. Information about the python3-zope.cachedescriptors package on openSUSE Leap

Information for package python3-zope.cachedescriptors:
------------------------------------------------------
Repository : Main Repository
Name : python3-zope.cachedescriptors
Version : 4.3.1-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 52.2 KiB
Installed : No
Status : not installed
Source package : python-zope.cachedescriptors-4.3.1-bp155.2.10.src
Upstream URL : http://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.