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

Last updated: May 20,2024

1. Install "python2-zope.cachedescriptors" package

Learn how to install python2-zope.cachedescriptors on openSUSE Leap

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

2. Uninstall "python2-zope.cachedescriptors" package

This guide covers the steps necessary to uninstall python2-zope.cachedescriptors on openSUSE Leap:

$ sudo zypper remove python2-zope.cachedescriptors

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

Information for package python2-zope.cachedescriptors:
------------------------------------------------------
Repository : Main Repository
Name : python2-zope.cachedescriptors
Version : 4.3.1-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 53,8 KiB
Installed : No
Status : not installed
Source package : python-zope.cachedescriptors-4.3.1-bp153.1.14.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.