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

Last updated: June 29,2024

1. Install "python36-zope.cachedescriptors" package

This tutorial shows how to install python36-zope.cachedescriptors on openSuSE Tumbleweed

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

2. Uninstall "python36-zope.cachedescriptors" package

This guide covers the steps necessary to uninstall python36-zope.cachedescriptors on openSuSE Tumbleweed:

$ sudo zypper remove python36-zope.cachedescriptors

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

Information for package python36-zope.cachedescriptors:
-------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-zope.cachedescriptors
Version : 4.3.1-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 47,5 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.